diff options
-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; \ |