summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-03-21 17:30:08 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-03-21 17:51:18 +0100
commitb2f48b5839efbf33cb4896067ce6a934faabd8f0 (patch)
treec367425f4d33eece9566411129d352e33cb867cb /pytest.ini
parent831d696de2a7a3c259d2025178b5372b2c9e9c61 (diff)
downloadqutebrowser-b2f48b5839efbf33cb4896067ce6a934faabd8f0.tar.gz
qutebrowser-b2f48b5839efbf33cb4896067ce6a934faabd8f0.zip
Upgrade to pytest 5.4
This reverts commit c7b0023dcd576f7e7d6223f94a4ced5f2932afc5. There's a new pytest-rerunfailures version out now.
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 1 insertions, 1 deletions
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)