[Python-modules-commits] r30370 - in packages/python-docker/trunk/debian (rules)

tianon-guest at users.alioth.debian.org tianon-guest at users.alioth.debian.org
Sat Aug 30 20:37:17 UTC 2014


    Date: Saturday, August 30, 2014 @ 20:37:16
  Author: tianon-guest
Revision: 30370

Update tests-disabling comment to be more accurate and include link to upstream bug

Modified:
  packages/python-docker/trunk/debian/rules

Modified: packages/python-docker/trunk/debian/rules
===================================================================
--- packages/python-docker/trunk/debian/rules	2014-08-30 18:30:51 UTC (rev 30369)
+++ packages/python-docker/trunk/debian/rules	2014-08-30 20:37:16 UTC (rev 30370)
@@ -2,8 +2,8 @@
 
 export PYBUILD_NAME=docker
 
-# The tests fail with the cryptic "ImportError: No module named tests".
-# I don't have the time or the energy to debug them (especially since it looks like there aren't many).
+# The pypi bundle does not include the tests, so we have to disable them.
+# see also https://github.com/docker/docker-py/issues/308
 export PYBUILD_DISABLE=test
 
 %:




More information about the Python-modules-commits mailing list