diff options
author | Daniele Tricoli <eriol@mornie.org> | 2012-03-29 06:45:47 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2012-03-29 06:45:47 +0000 |
commit | 0f8065f729b7bb0ffa0f11197c880934b6bfc35c (patch) | |
tree | 2989a48d7695c9ba62fd295d65d147f80dbcb179 /debian | |
parent | f5e10b364236c550f6c28503214bfab613d5f011 (diff) | |
download | python-urllib3-0f8065f729b7bb0ffa0f11197c880934b6bfc35c.tar python-urllib3-0f8065f729b7bb0ffa0f11197c880934b6bfc35c.tar.gz |
Updated comment about missing dependencies for Python3 testing at build time
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
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; \ |