swallow xvfb config option warnings
This commit is contained in:
parent
6eace48663
commit
1c1187a10f
@ -16,4 +16,6 @@ filterwarnings =
|
|||||||
# py36/pyside2_512 specific issue
|
# py36/pyside2_512 specific issue
|
||||||
ignore:split\(\) requires a non-empty pattern match\.:FutureWarning
|
ignore:split\(\) requires a non-empty pattern match\.:FutureWarning
|
||||||
# pyqtgraph specific warning we want to ignore during testing
|
# pyqtgraph specific warning we want to ignore during testing
|
||||||
ignore:Visible window deleted. To prevent this, store a reference to the window object.
|
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