[Python-modules-commits] [more-itertools] 02/02: Pipe stderr to null

Ethan Ward ethanward-guest at moszumanska.debian.org
Mon Jul 31 18:55:16 UTC 2017


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

ethanward-guest pushed a commit to branch master
in repository more-itertools.

commit 5c13c67138b439ca005cd55a468a9effcb30d066
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date:   Mon Jul 31 13:50:27 2017 -0500

    Pipe stderr to null
---
 debian/tests/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/tests/control b/debian/tests/control
index 8267821..40bb0c0 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 nose
+ ; $py -m nose 2>/dev/null
  ; done
 Depends: python-all,
          python-more-itertools,
@@ -14,7 +14,7 @@ Test-Command: set -e
  ; for py in $(py3versions -r 2>/dev/null)
  ; do cd "$AUTOPKGTEST_TMP"
  ; echo "Testing with $py:"
- ; $py -m nose
+ ; $py -m nose 2>/dev/null
  ; done
 Depends: python3-all,
          python3-more-itertools,

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



More information about the Python-modules-commits mailing list