Skip to content

Commit e777b66

Browse files
committed
Using pytest.mark
1 parent 421ca99 commit e777b66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ status_from_rc() {
115115
run_pytest() {
116116
# Run pytest safely under set -e and return its exit code
117117
set +e
118-
pytest "${PYTEST_FLAGS[@]}" "$@"
118+
python -m pytest "${PYTEST_FLAGS[@]}" "$@"
119119
local rc=$?
120120
set -e
121121
return ${rc}

0 commit comments

Comments
 (0)