[Python-modules-commits] r27102 - in packages/ipython/trunk/debian (rules)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Tue Jan 7 01:29:28 UTC 2014
Date: Tuesday, January 7, 2014 @ 01:29:27
Author: jtaylor-guest
Revision: 27102
skip a test which leaks a python process
Modified:
packages/ipython/trunk/debian/rules
Modified: packages/ipython/trunk/debian/rules
===================================================================
--- packages/ipython/trunk/debian/rules 2014-01-06 23:32:08 UTC (rev 27101)
+++ packages/ipython/trunk/debian/rules 2014-01-07 01:29:27 UTC (rev 27102)
@@ -37,7 +37,7 @@
LC_ALL=C.UTF-8 HOME=$(CURDIR)/build \
PATH=$(CURDIR)/IPython/scripts/:$(PATH) PYTHONPATH=$(CURDIR) \
xvfb-run -a -s "-screen 0 1280x1024x24 -noreset" \
- python$$pyvers $(CURDIR)/IPython/scripts/iptest -v -e test_not_writable_ipdir; \
+ python$$pyvers $(CURDIR)/IPython/scripts/iptest -v -e test_not_writable_ipdir -e test_console_starts; \
done
endif
More information about the Python-modules-commits
mailing list