summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorTianon Gravi <admwiggin@gmail.com>2014-08-30 20:37:16 +0000
committerTianon Gravi <admwiggin@gmail.com>2014-08-30 20:37:16 +0000
commit8f58dc847836d373703028a025e4a0409652eea0 (patch)
tree630b457a342c66d1138f8fa7766685ce0d56e614 /debian/rules
parent703de223cfc09d6f94b5bf783166d269fd3f398b (diff)
Update tests-disabling comment to be more accurate and include link to upstream bug
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index b180c5f..0b14eef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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
%: