From 763b661fc15c04f85bcf6b501280641b88041d0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 3 Jul 2019 01:02:41 +0200 Subject: [PATCH] Workaround https://github.com/pytest-dev/pytest/issues/5523 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 431acebf..eb917aae 100644 --- a/tox.ini +++ b/tox.ini @@ -38,7 +38,7 @@ commands = minversion=2.0 testpaths = testing #--pyargs --doctest-modules --ignore=.tox -addopts=-ra +addopts=-r a filterwarnings = error