enable PYTHONFAULTHANDLER for segfault tracebacks
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user