[Python-modules-commits] [wikipedia] 10/12: Fix debug output that causes tests to fail
Ethan Ward
ethanward-guest at moszumanska.debian.org
Tue Aug 1 23:27:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
ethanward-guest pushed a commit to branch master
in repository wikipedia.
commit 4a377a27751ad6cae43197ea70396cba137ffe10
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date: Tue Aug 1 17:38:27 2017 -0500
Fix debug output that causes tests to fail
---
debian/tests/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/tests/control b/debian/tests/control
index 5034720..21a09f8 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -3,7 +3,7 @@ Test-Command: set -e
; for py in $(pyversions -r 2>/dev/null)
; do cd "$AUTOPKGTEST_TMP"
; echo "Testing with $py:"
- ; $py -m unittest discover -v tests/ '*test.py'
+ ; $py -m unittest discover -v tests/ '*test.py' 2>/dev/null
; done
Depends: python-all,
python-wikipedia
@@ -13,7 +13,7 @@ Test-Command: set -e
; for py in $(py3versions -r 2>/dev/null)
; do cd "$AUTOPKGTEST_TMP"
; echo "Testing with $py:"
- ; $py -m unittest discover -v tests/ '*test.py'
+ ; $py -m unittest discover -v tests/ '*test.py' 2>/dev/null
; done
Depends: python3-all,
python3-wikipedia
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/wikipedia.git
More information about the Python-modules-commits
mailing list