summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-03-12 22:34:31 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-03-12 22:34:31 +0100
commit738d0ab87590a3bbb500726806c1bae5f0fcf1f6 (patch)
treef6b349f317ec888b2c6eaf0efd887ddfdf36787b /pytest.ini
parent4001c676b7af93e9e58014f963ca11ef17d68fb7 (diff)
downloadqutebrowser-738d0ab87590a3bbb500726806c1bae5f0fcf1f6.tar.gz
qutebrowser-738d0ab87590a3bbb500726806c1bae5f0fcf1f6.zip
Upgrade to pytest 5.4
- Include pygments as dependency to enable code highlighting - Remove -rfEw from options because -rfE is now the default and w had no effect.
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)