Skip to content

Commit c8e70cd

Browse files
committed
Use Python faulthandler instead of pytest's
Suggested in pytest-dev/pytest#8841
1 parent 39bbe60 commit c8e70cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
shell: bash -l {0}
8585
run: |
8686
. ~/.profile
87-
xvfb-run --auto-servernum pytest spyder_unittest --cov=spyder_unittest --cov-report=xml -vv
87+
xvfb-run --auto-servernum python -X faulthandler -m pytest -p no:faulthandler -s spyder_unittest --cov=spyder_unittest --cov-report=xml -vv
8888
- name: Run tests (MacOS)
8989
if: matrix.OS == 'macos'
9090
uses: nick-fields/retry@v2

0 commit comments

Comments
 (0)