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 ed969ea commit aedcb7fCopy full SHA for aedcb7f
scripts/tests_and_coverage.sh
@@ -58,7 +58,8 @@ set +u
58
59
if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "test_and_coverage" ] ; then
60
# Python tests (rerun with debug if failures)
61
- PYTHONPATH=$(pwd) pytest -qx tests/ --cov='.' --no-cov-on-fail --cov-report term-missing || PYTHONPATH=$(pwd) pytest -xrpP --log-level debug tests/
+ #PYTHONPATH=$(pwd) pytest -qx tests/ --cov='.' --no-cov-on-fail --cov-report term-missing ||
62
+ PYTHONPATH=$(pwd) pytest -xrpP --log-level debug tests/
63
handle_command_error "python code testing"
64
fi
65
0 commit comments