setup.cfg: Disable warnings with pytest

dogtail, gtk are quite noisy

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2020-07-17 12:31:54 -04:00
parent e9b3ed509f
commit b90820c17d

View File

@ -24,3 +24,7 @@
ignore = E122, E123, E126, E127, E128, E129, E221, E241, E301, E303, E305, E306, E402, E501, W504, E741
[tool:pytest]
filterwarnings =
ignore:.*