From 2780c19da728de3886d896ee201763b1b772ec97 Mon Sep 17 00:00:00 2001 From: gazorby Date: Sun, 8 Jan 2023 22:52:25 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor(tox):=20append=20?= =?UTF-8?q?coverage=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 573f263c..99d5400b 100644 --- a/tox.ini +++ b/tox.ini @@ -67,7 +67,7 @@ deps = allowlist_externals = docker commands = - pytest tests/integration {posargs} + coverage run -a -p -m pytest tests/integration {posargs} [testenv:noextras] basepython = python3.11