Remove pytest-faulthandler from test dependencies

This commit is contained in:
Kenneth Lyons 2019-06-30 12:05:57 -07:00
parent 23b4e174f0
commit 98e66a855e
5 changed files with 3 additions and 7 deletions

View File

@ -63,7 +63,6 @@ install:
fi;
- pip install pytest-xdist # multi-thread pytest
- pip install pytest-cov # add coverage stats
- pip install pytest-faulthandler # activate faulthandler
# Debugging helpers
- uname -a

View File

@ -45,7 +45,6 @@ Please use the following guidelines when preparing changes:
* pytest
* pytest-cov
* pytest-xdist
* pytest-faulthandler
* Optional: pytest-xvfb
### Tox

View File

@ -98,7 +98,7 @@ jobs:
else
pip install $(qt.bindings) numpy scipy pyopengl pytest six coverage
fi
pip install pytest-xdist pytest-cov pytest-faulthandler
pip install pytest-xdist pytest-cov
displayName: "Install Dependencies"
- bash: |
@ -194,4 +194,4 @@ jobs:
inputs:
codeCoverageTool: Cobertura
summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/coverage.xml'
reportDirectory: '$(System.DefaultWorkingDirectory)/**/htmlcov'
reportDirectory: '$(System.DefaultWorkingDirectory)/**/htmlcov'

View File

@ -4,7 +4,6 @@ xvfb_height = 1080
# use this due to some issues with ndarray reshape errors on CI systems
xvfb_colordepth = 24
xvfb_args=-ac +extension GLX +render
addopts = --faulthandler-timeout=15
filterwarnings =
# comfortable skipping these warnings runtime warnings
@ -12,4 +11,4 @@ filterwarnings =
ignore:numpy.ufunc size changed, may indicate binary incompatibility.*:RuntimeWarning
# Warnings generated from PyQt5.9
ignore:This method will be removed in future versions. Use 'tree.iter\(\)' or 'list\(tree.iter\(\)\)' instead.:PendingDeprecationWarning
ignore:'U' mode is deprecated\nplugin = open\(filename, 'rU'\):DeprecationWarning
ignore:'U' mode is deprecated\nplugin = open\(filename, 'rU'\):DeprecationWarning

View File

@ -34,7 +34,6 @@ deps=
{[base]deps}
pytest-cov
pytest-xdist
pytest-faulthandler
pyside2-pip: pyside2
pyqt5-pip: pyqt5