enable PYTHONFAULTHANDLER for segfault tracebacks

This commit is contained in:
2023-03-18 11:48:03 +01:00
parent 2edc68151d
commit a80b568894

View File

@ -14,6 +14,7 @@ tests:
variables:
QT_QPA_PLATFORM: "offscreen"
XDG_RUNTIME_DIR: "/tmp/runtime-root"
PYTHONFAULTHANDLER: 1
script:
- *install-grum-test
- coverage run --source=./grum -m pytest ./tests --junitxml=report-junit.xml
@ -34,6 +35,7 @@ tests-3.6:
variables:
QT_QPA_PLATFORM: "offscreen"
XDG_RUNTIME_DIR: "/tmp/runtime-root"
PYTHONFAULTHANDLER: 1
script:
- *install-grum-test
- pytest ./tests