[Python-modules-commits] r23848 - in packages/ipython/trunk/debian (3 files)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Sat Apr 6 09:55:04 UTC 2013


    Date: Saturday, April 6, 2013 @ 09:55:02
  Author: jtaylor-guest
Revision: 23848

add python-lxml to tools test dependencies

tests #701597, but it can only be seen by inspecting the logs,
it won't fail the test should it regress.

Modified:
  packages/ipython/trunk/debian/changelog
  packages/ipython/trunk/debian/tests/control
  packages/ipython/trunk/debian/tests/tools

Modified: packages/ipython/trunk/debian/changelog
===================================================================
--- packages/ipython/trunk/debian/changelog	2013-04-06 09:54:57 UTC (rev 23847)
+++ packages/ipython/trunk/debian/changelog	2013-04-06 09:55:02 UTC (rev 23848)
@@ -2,6 +2,7 @@
 
   * remove versions from test dependencies
     not supported by autopkgtest package
+  * add python-lxml to tools test dependencies
 
  -- Julian Taylor <jtaylor.debian at googlemail.com>  Sat, 06 Apr 2013 10:30:19 +0200
 

Modified: packages/ipython/trunk/debian/tests/control
===================================================================
--- packages/ipython/trunk/debian/tests/control	2013-04-06 09:54:57 UTC (rev 23847)
+++ packages/ipython/trunk/debian/tests/control	2013-04-06 09:55:02 UTC (rev 23848)
@@ -52,10 +52,10 @@
 Depends: ipython3, cython3, python3-dev, python-pexpect
 
 Tests: tools2
-Depends: ipython
+Depends: ipython, python-lxml
 
 Tests: tools3
-Depends: ipython3
+Depends: ipython3, python3-lxml
 
 Tests: incomplete-install
 Depends: ipython ipython3

Modified: packages/ipython/trunk/debian/tests/tools
===================================================================
--- packages/ipython/trunk/debian/tests/tools	2013-04-06 09:54:57 UTC (rev 23847)
+++ packages/ipython/trunk/debian/tests/tools	2013-04-06 09:55:02 UTC (rev 23848)
@@ -18,6 +18,7 @@
 $IPYTHON profile create foo_profile 2>&1
 $IPYTHON profile list | grep foo_profile 2>&1
 
+# "test" 701597, it won't fail but it can be seen by inspecting the logs
 cat << EOF > test.py
 from lxml import etree;
 tree = etree.fromstring('<a></a>')




More information about the Python-modules-commits mailing list