[Python-modules-commits] r31682 - in packages/pygments/trunk/debian (3 files)

mitya57 at users.alioth.debian.org mitya57 at users.alioth.debian.org
Fri Jan 23 14:01:14 UTC 2015


    Date: Friday, January 23, 2015 @ 14:01:12
  Author: mitya57
Revision: 31682

Disable two tests that need example files, again.

Modified:
  packages/pygments/trunk/debian/changelog
  packages/pygments/trunk/debian/tests/python-pygments
  packages/pygments/trunk/debian/tests/python3-pygments

Modified: packages/pygments/trunk/debian/changelog
===================================================================
--- packages/pygments/trunk/debian/changelog	2015-01-22 22:48:55 UTC (rev 31681)
+++ packages/pygments/trunk/debian/changelog	2015-01-23 14:01:12 UTC (rev 31682)
@@ -1,3 +1,9 @@
+pygments (2.0.1+dfsg-2) UNRELEASED; urgency=medium
+
+  * Disable two tests that need example files, again.
+
+ -- Dmitry Shachnev <mitya57 at debian.org>  Fri, 23 Jan 2015 16:59:20 +0300
+
 pygments (2.0.1+dfsg-1) unstable; urgency=medium
 
   [ Dmitry Shachnev ]

Modified: packages/pygments/trunk/debian/tests/python-pygments
===================================================================
--- packages/pygments/trunk/debian/tests/python-pygments	2015-01-22 22:48:55 UTC (rev 31681)
+++ packages/pygments/trunk/debian/tests/python-pygments	2015-01-23 14:01:12 UTC (rev 31682)
@@ -4,6 +4,7 @@
 
 cp -r tests "$ADTTMP"
 cd "$ADTTMP/tests"
+rm test_examplefiles.py test_lexers_other.py
 
 for python in $(pyversions -i); do
 	PYTHONWARNINGS=d $python ./run.py --verbose 2>&1

Modified: packages/pygments/trunk/debian/tests/python3-pygments
===================================================================
--- packages/pygments/trunk/debian/tests/python3-pygments	2015-01-22 22:48:55 UTC (rev 31681)
+++ packages/pygments/trunk/debian/tests/python3-pygments	2015-01-23 14:01:12 UTC (rev 31682)
@@ -4,6 +4,7 @@
 
 cp -r tests "$ADTTMP"
 cd "$ADTTMP/tests"
+rm test_examplefiles.py test_lexers_other.py
 
 for python in $(py3versions -i); do
 	PYTHONWARNINGS=d $python ./run.py --verbose 2>&1




More information about the Python-modules-commits mailing list