From 39a23a80c955135f9605ba40ba0502db6998da3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 1 Feb 2018 11:42:27 +0100 Subject: [PATCH] Remove -x as default option to py.test --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 89e47be..ca98a64 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [tool:pytest] -addopts = -v --cov attract --cov-report term-missing --ignore node_modules -x +addopts = -v --cov attract --cov-report term-missing --ignore node_modules [pep8] max-line-length = 100