From 522b938974c17f8bfb675522ec2e0c00c926ca55 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 17 Jun 2016 11:56:43 +0200 Subject: [PATCH] pytest: Remove unnecessary norecursedirs --- pytest.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 325875882..615cc21b6 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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)