From b2f48b5839efbf33cb4896067ce6a934faabd8f0 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 21 Mar 2020 17:30:08 +0100 Subject: Upgrade to pytest 5.4 This reverts commit c7b0023dcd576f7e7d6223f94a4ced5f2932afc5. There's a new pytest-rerunfailures version out now. --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini index 1b53cb559..be751d793 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,6 +1,6 @@ [pytest] log_level = NOTSET -addopts = --strict -rfEw --instafail --benchmark-columns=Min,Max,Median +addopts = --strict --instafail --benchmark-columns=Min,Max,Median testpaths = tests markers = gui: Tests using the GUI (e.g. spawning widgets) -- cgit v1.2.3-54-g00ecf