[Python-modules-commits] r24806 - in packages/python-werkzeug/trunk/debian (rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Jun 13 20:52:18 UTC 2013


    Date: Thursday, June 13, 2013 @ 20:52:17
  Author: piotr
Revision: 24806

support nocheck

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

Modified: packages/python-werkzeug/trunk/debian/rules
===================================================================
--- packages/python-werkzeug/trunk/debian/rules	2013-06-13 20:47:31 UTC (rev 24805)
+++ packages/python-werkzeug/trunk/debian/rules	2013-06-13 20:52:17 UTC (rev 24806)
@@ -31,7 +31,9 @@
 override_dh_auto_test:
 	# run-tests.py is not included in the tarball
 	# TODO: run tests for all supported Python versions
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	python -c 'from werkzeug.testsuite import main; main()'
+endif
 
 clean:
 	rm -rf build Werkzeug.egg-info/




More information about the Python-modules-commits mailing list