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