From a45a1968c9a1486538291b5a05c189ee17e64487 Mon Sep 17 00:00:00 2001 From: EvB Date: Wed, 28 Dec 2016 16:10:26 -0500 Subject: [PATCH] chore(setup.cfg): remove confcurdir test setting --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2fe4ff0bd..fe664afff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,6 @@ [tool:pytest] norecursedirs = .* *.egg build dist docs testpaths = ./ -confcutdir = test [coverage:run] branch = True