From 5a524378578c0365ca89da71c2d3ae9d534ae40d Mon Sep 17 00:00:00 2001 From: Dave Shawley Date: Tue, 30 Mar 2021 08:10:24 -0400 Subject: [PATCH] Remove coverage from tox.ini. This makes running in parallel work properly. --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 3b8ffcf..64481a1 100644 --- a/tox.ini +++ b/tox.ini @@ -6,8 +6,7 @@ toxworkdir = ./build/tox deps = .[dev,tornado] commands = - coverage run -m unittest - coverage report + python -m unittest [testenv:lint] commands =