From 83b99c6b12d7f2814dae80313b8664ff1dcef5a6 Mon Sep 17 00:00:00 2001 From: Hugo Date: Fri, 5 Jul 2019 15:55:06 +0300 Subject: [PATCH] pytest bug fixed on Python 3.8, can remove space --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3e56ae8cb..f55102a91 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,4 +6,4 @@ extend-ignore = E203, W503 max-line-length = 88 [tool:pytest] -addopts = -r s +addopts = -rs