swallow xvfb config option warnings

This commit is contained in:
Ogi Moore 2020-12-22 09:36:46 -08:00
parent 6eace48663
commit 1c1187a10f
1 changed files with 3 additions and 1 deletions

View File

@ -16,4 +16,6 @@ filterwarnings =
# py36/pyside2_512 specific issue
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.
ignore:Visible window deleted. To prevent this, store a reference to the window object.
# xvfb warnings
ignore:Unknown config option:pytest.PytestConfigWarning