mirror of
https://github.com/borgbase/vorta
synced 2025-02-08 15:44:34 +00:00
Add forked pytest to avoid segfaults.
This commit is contained in:
parent
1d60291019
commit
7df4990a45
2 changed files with 3 additions and 2 deletions
|
@ -20,7 +20,7 @@ addons:
|
|||
- pyenv-virtualenv
|
||||
casks:
|
||||
- xquartz
|
||||
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
|
@ -73,7 +73,7 @@ before_script:
|
|||
- sleep 3
|
||||
|
||||
script:
|
||||
- pytest
|
||||
- pytest --forked
|
||||
|
||||
#after_script:
|
||||
#- |
|
||||
|
|
|
@ -2,6 +2,7 @@ pytest
|
|||
pytest-qt
|
||||
pytest-mock
|
||||
pytest-faulthandler
|
||||
pytest-xdist
|
||||
pyinstaller
|
||||
tox
|
||||
bump2version
|
||||
|
|
Loading…
Reference in a new issue