swallow xvfb config option warnings
This commit is contained in:
parent
6eace48663
commit
1c1187a10f
@ -17,3 +17,5 @@ filterwarnings =
|
||||
ignore:split\(\) requires a non-empty pattern match\.:FutureWarning
|
||||
# pyqtgraph specific warning we want to ignore during testing
|
||||
ignore:Visible window deleted. To prevent this, store a reference to the window object.
|
||||
# xvfb warnings
|
||||
ignore:Unknown config option:pytest.PytestConfigWarning
|
||||
|
Loading…
Reference in New Issue
Block a user