[Python-modules-commits] [pycurl] 02/04: nose-show-skipped isn't in Debian yet.
Barry Warsaw
barry at moszumanska.debian.org
Thu Mar 10 16:18:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository pycurl.
commit 391a9238b7d78ffc991328ce016bf6628ab006af
Author: Barry Warsaw <barry at python.org>
Date: Thu Mar 10 10:56:38 2016 -0500
nose-show-skipped isn't in Debian yet.
Patch-Name: 30_debianize_tests.patch
---
tests/run.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/run.sh b/tests/run.sh
index 683c545..e893263 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -25,5 +25,5 @@ if test "$CI" = true; then
fi
$PYTHON -c 'import pycurl; print(pycurl.version)'
-$NOSETESTS -a \!standalone"$extra_attrs" --with-flaky --show-skipped "$@"
-$NOSETESTS -a standalone --with-flaky --show-skipped "$@"
+$NOSETESTS -a \!standalone"$extra_attrs" --with-flaky "$@"
+$NOSETESTS -a standalone --with-flaky "$@"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pycurl.git
More information about the Python-modules-commits
mailing list