[Python-modules-commits] r18019 - in packages/python-psutil/trunk/debian (rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Wed Aug 3 15:23:54 UTC 2011
Date: Wednesday, August 3, 2011 @ 15:23:53
Author: morph
Revision: 18019
remove spurious tests
Modified:
packages/python-psutil/trunk/debian/rules
Modified: packages/python-psutil/trunk/debian/rules
===================================================================
--- packages/python-psutil/trunk/debian/rules 2011-08-03 15:17:43 UTC (rev 18018)
+++ packages/python-psutil/trunk/debian/rules 2011-08-03 15:23:53 UTC (rev 18019)
@@ -9,7 +9,7 @@
dh build
# run tests
- for test in test_memory_leaks.py test_psutil.py _linux.py _posix.py ;\
+ for test in test_memory_leaks.py test_psutil.py ;\
do \
for python in $(PYVERS) ; do \
echo "running "test/$$test" on "$$python ; \
More information about the Python-modules-commits
mailing list