From 86b13557fb179ecd31fde624385b8b4dc1caa421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 3 Mar 2017 12:33:48 +0100 Subject: [PATCH] Don't run failed unittests first. This can cause false positives when the failure was caused by inter-test interference. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 274157ea..3c19782f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [tool:pytest] -addopts = -v --cov pillar --cov-report term-missing --ignore node_modules -x --ff +addopts = -v --cov pillar --cov-report term-missing --ignore node_modules -x [pep8] max-line-length = 100