aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2012-03-29 06:45:47 +0000
committerDaniele Tricoli <eriol@mornie.org>2012-03-29 06:45:47 +0000
commit0f8065f729b7bb0ffa0f11197c880934b6bfc35c (patch)
tree2989a48d7695c9ba62fd295d65d147f80dbcb179 /debian/rules
parentf5e10b364236c550f6c28503214bfab613d5f011 (diff)
downloadpython-urllib3-0f8065f729b7bb0ffa0f11197c880934b6bfc35c.tar
python-urllib3-0f8065f729b7bb0ffa0f11197c880934b6bfc35c.tar.gz
Updated comment about missing dependencies for Python3 testing at build time
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index adbf8cd..8532720 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@ override_dh_auto_install:
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
# Python3 testing is not possible at the moment because missing
- # dependencies: python3-coverage and python3-tornado.
+ # dependencies: python3-coverage.
set -ex; \
for python in $(PYVERS); do \
$$python /usr/bin/nosetests; \