[Python-modules-commits] r27046 - in packages/pycurl/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat Jan 4 16:41:25 UTC 2014


    Date: Saturday, January 4, 2014 @ 16:41:24
  Author: morph
Revision: 27046

* debian/rules
  - run tests using nosetests

Modified:
  packages/pycurl/trunk/debian/changelog
  packages/pycurl/trunk/debian/rules

Modified: packages/pycurl/trunk/debian/changelog
===================================================================
--- packages/pycurl/trunk/debian/changelog	2014-01-04 16:27:03 UTC (rev 27045)
+++ packages/pycurl/trunk/debian/changelog	2014-01-04 16:41:24 UTC (rev 27046)
@@ -8,8 +8,10 @@
       40_add_CURLOPT_SEEKFUNCTION_and_CURLOPT_SEEKDATA.patch,
       debian/patches/50_dont_leak_user_agent.patch}
     - removed, merged upstream
+  * debian/rules
+    - run tests using nosetests
 
- -- Sandro Tosi <morph at debian.org>  Sat, 04 Jan 2014 17:18:15 +0100
+ -- Sandro Tosi <morph at debian.org>  Sat, 04 Jan 2014 17:41:12 +0100
 
 pycurl (7.19.0-7) unstable; urgency=low
 

Modified: packages/pycurl/trunk/debian/rules
===================================================================
--- packages/pycurl/trunk/debian/rules	2014-01-04 16:27:03 UTC (rev 27045)
+++ packages/pycurl/trunk/debian/rules	2014-01-04 16:41:24 UTC (rev 27046)
@@ -26,10 +26,7 @@
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 	set -e ;\
 	for py in $(PYVERS) ; do \
-		for test in "tests/test_internals.py" "tests/test_memleak.py" ; do \
-		    PYTHONPATH=`ls -d $(CURDIR)/build/lib.*-*-$$py` \
-	        	python$$py $$test; \
-		done; \
+		PYTHONPATH=`ls -d $(CURDIR)/build/lib.*-*-$$py` nosetests --verbose ; \
 	done
 endif
 




More information about the Python-modules-commits mailing list