From cec32a374d00252e6ec9d047b68111b034a80665 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Fri, 31 Jan 2020 00:57:07 +0100 Subject: [PATCH] pytest: use -rfEX Ref: https://github.com/pytest-dev/pytest/pull/6638 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 379249d3..f908c0df 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,7 @@ commands= [pytest] rsyncdirs = conftest.py py doc testing -addopts = -ra +addopts = -rfEX testpaths = testing [coverage:run]