From 738d0ab87590a3bbb500726806c1bae5f0fcf1f6 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 12 Mar 2020 22:34:31 +0100 Subject: 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. --- 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