From bc1ed07c3b407d60513309302b86965e9417e527 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Tue, 27 Aug 2024 12:19:02 -0400 Subject: [PATCH] tests: fix 'tox -e coverage' for 'c-code' projects Closes #271. --- config/c-code/tox.ini.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/config/c-code/tox.ini.j2 b/config/c-code/tox.ini.j2 index 66d36e8..692d7d2 100644 --- a/config/c-code/tox.ini.j2 +++ b/config/c-code/tox.ini.j2 @@ -29,6 +29,7 @@ envlist = {% include 'tox-testenv.j2' %} [testenv:coverage] +usedevelop = true basepython = %(coverage_basepython)s allowlist_externals = mkdir