pytest: Remove unnecessary norecursedirs

This commit is contained in:
Florian Bruhin 2016-06-17 11:56:43 +02:00
parent 8eee3f6bce
commit 522b938974

View File

@ -1,5 +1,4 @@
[pytest]
norecursedirs = .tox .venv
addopts = --strict -rfEw --faulthandler-timeout=70 --instafail
markers =
gui: Tests using the GUI (e.g. spawning widgets)