Use pytest-xvfb instead
This commit is contained in:
+2
-1
@@ -14,11 +14,12 @@ python:
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
# - pip install pytest-faulthandler
|
||||
- pip install pytest-xvfb
|
||||
- pip install pytest-cov
|
||||
- pip install pytest-qt
|
||||
- pip install codecov
|
||||
script:
|
||||
- xvfb-run -a python -m pytest --cov=nw -m "project|core|gui" -v -s
|
||||
- python -m pytest --cov=nw -m "project|core|gui" -v
|
||||
# - python -m pytest --cov=nw -m "project|core" -v
|
||||
after_success:
|
||||
- codecov
|
||||
|
||||
Reference in New Issue
Block a user