[Python-modules-commits] [wikipedia] 11/12: Fix tests by removing verbose flag

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 315b4353fa1d161b1cff54e223e7cd708c5d6dee
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date:   Tue Aug 1 18:25:02 2017 -0500

    Fix tests by removing verbose flag
---
 debian/tests/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/tests/control b/debian/tests/control
index 21a09f8..c678fe1 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' 2>/dev/null
+ ; $py -m unittest discover 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' 2>/dev/null
+ ; $py -m unittest discover 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