From 389c5c03e17d7b49cf4b68ccc96708a2359c845c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 10 Nov 2016 15:40:19 +0100 Subject: [PATCH] py.test option tweak --ff can be bad, as it changes test order --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6fe8b3f..89e47be 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [tool:pytest] -addopts = -v --cov attract --cov-report term-missing --ignore node_modules --ff +addopts = -v --cov attract --cov-report term-missing --ignore node_modules -x [pep8] max-line-length = 100