Skip to content

Commit

Permalink
Use Python faulthandler instead of pytest's
Browse files Browse the repository at this point in the history
  • Loading branch information
jitseniesen committed May 14, 2023
1 parent 39bbe60 commit c8e70cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
shell: bash -l {0}
run: |
. ~/.profile
xvfb-run --auto-servernum pytest spyder_unittest --cov=spyder_unittest --cov-report=xml -vv
xvfb-run --auto-servernum python -X faulthandler -m pytest -p no:faulthandler -s spyder_unittest --cov=spyder_unittest --cov-report=xml -vv
- name: Run tests (MacOS)
if: matrix.OS == 'macos'
uses: nick-fields/retry@v2
Expand Down

0 comments on commit c8e70cd

Please sign in to comment.