[Python-modules-commits] [sphinx] 01/01: Update Python 2 autopkgtest to not run tests that require Python 3.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Jun 18 08:24:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a commit to branch master
in repository sphinx.

commit 8a9a2009764bfef850bcced3bdcc4b927986c880
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Jun 18 11:24:34 2016 +0300

    Update Python 2 autopkgtest to not run tests that require Python 3.
---
 debian/changelog           | 6 ++++++
 debian/tests/python-sphinx | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 508959f..d0f7920 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sphinx (1.4.4-2) UNRELEASED; urgency=medium
+
+  * Update Python 2 autopkgtest to not run tests that require Python 3.
+
+ -- Dmitry Shachnev <mitya57 at debian.org>  Sat, 18 Jun 2016 11:23:01 +0300
+
 sphinx (1.4.4-1) unstable; urgency=medium
 
   * New upstream bugfix release.
diff --git a/debian/tests/python-sphinx b/debian/tests/python-sphinx
index 42bee5c..50ae6e7 100755
--- a/debian/tests/python-sphinx
+++ b/debian/tests/python-sphinx
@@ -5,6 +5,6 @@ cd "$ADTTMP"
 pyversions -i \
 | tr ' ' '\n' \
 | xargs -I {} env PYTHONWARNINGS=d PYTHONHASHSEED=random {} \
-  tests/run.py --verbose 2>&1
+  tests/run.py -m '^test' --verbose -I py35 2>&1
 
 # vim:ts=4 sw=4 et

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinx.git



More information about the Python-modules-commits mailing list