[Python-modules-commits] r33284 - in packages/pyjwt/trunk/debian (rules)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Tue Jul 7 17:24:21 UTC 2015


    Date: Tuesday, July 7, 2015 @ 17:24:20
  Author: eriol-guest
Revision: 33284

Explain why test suite can not be enabled

Modified:
  packages/pyjwt/trunk/debian/rules

Modified: packages/pyjwt/trunk/debian/rules
===================================================================
--- packages/pyjwt/trunk/debian/rules	2015-07-07 16:25:39 UTC (rev 33283)
+++ packages/pyjwt/trunk/debian/rules	2015-07-07 17:24:20 UTC (rev 33284)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
-# The test suite is not shipped in the source dist so can't be enabled.
-# https://github.com/progrium/pyjwt/issues/36
+# The test suite requires pytest-runner, not packaged yet for Debian,
+# so it can't be enabled.
 export PYBUILD_DISABLE=test
 export PYBUILD_NAME=jwt
 




More information about the Python-modules-commits mailing list