[Python-modules-commits] r20962 - in packages/python-urllib3/trunk/debian (rules)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Thu Mar 29 06:45:55 UTC 2012


    Date: Thursday, March 29, 2012 @ 06:45:47
  Author: eriol-guest
Revision: 20962

Updated comment about missing dependencies for Python3 testing at build time

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

Modified: packages/python-urllib3/trunk/debian/rules
===================================================================
--- packages/python-urllib3/trunk/debian/rules	2012-03-29 00:20:26 UTC (rev 20961)
+++ packages/python-urllib3/trunk/debian/rules	2012-03-29 06:45:47 UTC (rev 20962)
@@ -38,7 +38,7 @@
 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; \




More information about the Python-modules-commits mailing list