nose-show-skipped is not compatible with latest nose (1.3.7) diff --git a/tests/run.sh b/tests/run.sh index 683c545..eea1a71 100755 --- tests/run.sh +++ 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 "$@"