Skip to content

Commit

Permalink
Drop --tb=native from pytest invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jul 16, 2024
1 parent e2eee71 commit 67c2113
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci-support.sh
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,6 @@ test_py_project()
( LD_PRELOAD="$CI_SUPPORT_LD_PRELOAD" with_echo "${PY_EXE}" -m pytest \
--durations=10 \
--tb=native \
--junitxml=pytest.xml \
$DOCTEST_MODULES_FLAG \
-rxsw -o xfail_strict=True \
Expand Down

0 comments on commit 67c2113

Please sign in to comment.