[med-svn] r16387 - trunk/packages/python-biopython/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Tue Mar 4 21:01:51 UTC 2014


Author: tille
Date: 2014-03-04 21:01:51 +0000 (Tue, 04 Mar 2014)
New Revision: 16387

Modified:
   trunk/packages/python-biopython/trunk/debian/rules
Log:
Exclude tests that need online access


Modified: trunk/packages/python-biopython/trunk/debian/rules
===================================================================
--- trunk/packages/python-biopython/trunk/debian/rules	2014-03-04 20:20:25 UTC (rev 16386)
+++ trunk/packages/python-biopython/trunk/debian/rules	2014-03-04 21:01:51 UTC (rev 16387)
@@ -18,7 +18,7 @@
 override_dh_auto_test:
 	# avoid some tests which need online access
 	mkdir -p Tests_avoid
-	for avoid in Entrez_online ; do \
+	for avoid in Entrez_online HotRand NCBI_qblast SCOP_online SeqIO_online TogoWS; do \
 	    mv Tests/test_$${avoid}.py Tests_avoid ; \
 	done
 	dh_auto_test -- --test --system=custom --test-args='env PYTHONPATH={build_dir} {interpreter} setup.py test'




More information about the debian-med-commit mailing list