r2992 - in zope.schema/trunk/debian (changelog tests/all tests/control)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Tue Oct 27 17:06:20 UTC 2015
Date: Tuesday, October 27, 2015 @ 17:06:20
Author: barry
Revision: 2992
d/tests/control, d/tests/all: Rewrite to use simple Test-Commands and
remove the 'all' script.
Modified:
zope.schema/trunk/debian/changelog
zope.schema/trunk/debian/tests/control
Deleted:
zope.schema/trunk/debian/tests/all
Modified: zope.schema/trunk/debian/changelog
===================================================================
--- zope.schema/trunk/debian/changelog 2015-10-27 16:53:26 UTC (rev 2991)
+++ zope.schema/trunk/debian/changelog 2015-10-27 17:06:20 UTC (rev 2992)
@@ -4,6 +4,8 @@
(Closes: #802415)
* d/patches/setup-test-require.patch: Added to work around a bug in
dh_python3.
+ * d/tests/control, d/tests/all: Rewrite to use simple Test-Commands and
+ remove the 'all' script.
-- Barry Warsaw <barry at debian.org> Tue, 27 Oct 2015 12:53:11 -0400
Deleted: zope.schema/trunk/debian/tests/all
===================================================================
--- zope.schema/trunk/debian/tests/all 2015-10-27 16:53:26 UTC (rev 2991)
+++ zope.schema/trunk/debian/tests/all 2015-10-27 17:06:20 UTC (rev 2992)
@@ -1,3 +0,0 @@
-#!/bin/bash
-testfilter='-s zope.schema'
-. /usr/share/python-zope.testrunner/test_helper
Modified: zope.schema/trunk/debian/tests/control
===================================================================
--- zope.schema/trunk/debian/tests/control 2015-10-27 16:53:26 UTC (rev 2991)
+++ zope.schema/trunk/debian/tests/control 2015-10-27 17:06:20 UTC (rev 2992)
@@ -1,2 +1,3 @@
-Tests: all
-Depends: @, python-zope.testrunner, python-zope.testing
+Test-Command: python -c "import zope.schema; print zope.schema"
+
+Test-Command: python3 -c "import zope.schema; print(zope.schema)"
More information about the pkg-zope-developers
mailing list