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

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Tue Sep 23 02:19:21 UTC 2014


    Date: Tuesday, September 23, 2014 @ 02:19:20
  Author: eriol-guest
Revision: 30725

Exclude dummyserver tests since they are also failing upstream

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

Modified: packages/python-urllib3/trunk/debian/changelog
===================================================================
--- packages/python-urllib3/trunk/debian/changelog	2014-09-23 01:17:39 UTC (rev 30724)
+++ packages/python-urllib3/trunk/debian/changelog	2014-09-23 02:19:20 UTC (rev 30725)
@@ -7,8 +7,10 @@
     - Refresh.
   * debian/patches/06_add-test-init-py.patch
     - Remove since fixed upstream.
+  * debian/rules
+    - Exclude with_dummyserver tests since they are also failing upstream.
 
- -- Daniele Tricoli <eriol at mornie.org>  Tue, 23 Sep 2014 02:36:33 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Tue, 23 Sep 2014 04:15:49 +0200
 
 python-urllib3 (1.9-1) unstable; urgency=medium
 

Modified: packages/python-urllib3/trunk/debian/rules
===================================================================
--- packages/python-urllib3/trunk/debian/rules	2014-09-23 01:17:39 UTC (rev 30724)
+++ packages/python-urllib3/trunk/debian/rules	2014-09-23 02:19:20 UTC (rev 30725)
@@ -16,8 +16,9 @@
 		-d $(CURDIR)/debian/tmp/usr/share/python-wheels
 
 override_dh_auto_test:
+	# Exclude dummyserver tests since they are also failing upstream.
 	PYBUILD_SYSTEM=custom \
-	PYBUILD_TEST_ARGS="cd {build_dir}; {interpreter} -m nose {dir}/test --with-coverage" dh_auto_test
+	PYBUILD_TEST_ARGS="cd {build_dir}; {interpreter} -m nose {dir}/test --with-coverage -e with_dummyserver" dh_auto_test
 	# Clean here .coverage because it is created by nose using the coverage
 	# plugin
 	find . -name .coverage -delete




More information about the Python-modules-commits mailing list