tests: Speed up pytest collection a bit

Point it at tests/ and have it exclude search data/ dirs

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2020-07-17 16:20:05 -04:00
parent f6c6f033d9
commit ef0c36f0b0

View File

@ -26,5 +26,7 @@
ignore = E122, E123, E126, E127, E128, E129, E221, E241, E301, E303, E305, E306, E402, E501, W504, E741
[tool:pytest]
testpaths=tests/
norecursedirs=data
filterwarnings =
ignore:.*