Remove pytest-faulthandler from test dependencies
This commit is contained in:
parent
23b4e174f0
commit
98e66a855e
@ -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
|
||||
|
@ -45,7 +45,6 @@ Please use the following guidelines when preparing changes:
|
||||
* pytest
|
||||
* pytest-cov
|
||||
* pytest-xdist
|
||||
* pytest-faulthandler
|
||||
* Optional: pytest-xvfb
|
||||
|
||||
### Tox
|
||||
|
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user