From eee7ab36320312c3ce72cbf0874fd6136d6384e0 Mon Sep 17 00:00:00 2001 From: gazorby Date: Sun, 8 Jan 2023 22:56:49 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor(tox):=20don't=20r?= =?UTF-8?q?un=20coverage=20in=20parallel=20mode=20in=20testenv:noextras?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 99d5400b..674d93d4 100644 --- a/tox.ini +++ b/tox.ini @@ -67,7 +67,7 @@ deps = allowlist_externals = docker commands = - coverage run -a -p -m pytest tests/integration {posargs} + coverage run -a -m pytest tests/integration {posargs} [testenv:noextras] basepython = python3.11