We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229e7a1 commit c2ebe63Copy full SHA for c2ebe63
scripts/tests_and_coverage.sh
@@ -57,8 +57,7 @@ set +u
57
58
if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "test_and_coverage" ] ; then
59
# Python tests (rerun with debug if failures)
60
- # PYTHONPATH=$(pwd) pytest -qx tests/ --cov='.' --no-cov-on-fail --cov-report term-missing ||
61
- PYTHONPATH=$(pwd) pytest -xrpP --log-level debug tests/
+ PYTHONPATH=$(pwd) pytest -qx tests/ --cov='.' --no-cov-on-fail --cov-report term-missing || PYTHONPATH=$(pwd) pytest -xrpP --log-level debug tests/
62
fi
63
64
if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "linting" ] ; then
0 commit comments