[Python-modules-commits] [sphinx] 01/02: Fix command in autopkgtests to make them pass.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sun Oct 18 15:40:43 UTC 2015


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

mitya57 pushed a commit to branch master
in repository sphinx.

commit a691289a9410aaea5ca5d42a51ff80743cac00bf
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Oct 18 18:30:28 2015 +0300

    Fix command in autopkgtests to make them pass.
---
 debian/changelog            | 1 +
 debian/tests/python-sphinx  | 2 +-
 debian/tests/python3-sphinx | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fae40f6..a44ad6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ sphinx (1.3.1-7) UNRELEASED; urgency=medium
 
   * Make libjs-sphinxdoc depend on libjs-jquery ≥ 1.11.1 and libjs-underscore
     ≥ 1.3.1, as these are the versions used by upstream.
+  * Fix command in autopkgtests to make them pass.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Tue, 22 Sep 2015 20:23:19 +0300
 
diff --git a/debian/tests/python-sphinx b/debian/tests/python-sphinx
index 76beaff..42bee5c 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 {} \
-  /usr/bin/nosetests --verbose 2>&1
+  tests/run.py --verbose 2>&1
 
 # vim:ts=4 sw=4 et
diff --git a/debian/tests/python3-sphinx b/debian/tests/python3-sphinx
index 239a9ab..6ae2aaf 100755
--- a/debian/tests/python3-sphinx
+++ b/debian/tests/python3-sphinx
@@ -5,6 +5,6 @@ cd "$ADTTMP"
 py3versions -i \
 | tr ' ' '\n' \
 | xargs -I {} env PYTHONWARNINGS=d PYTHONHASHSEED=random {} \
-  /usr/bin/nosetests3 --verbose 2>&1
+  tests/run.py --verbose 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