We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a181166 commit 5a7d638Copy full SHA for 5a7d638
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/test_pairing.py
+ PYTHONPATH=$(pwd) pytest -qx tests/ --cov='.' --no-cov-on-fail --cov-report term-missing || PYTHONPATH=$(pwd) pytest -xrpP --log-level debug tests/test_pairing.py
62
fi
63
64
if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "linting" ] ; then
0 commit comments