From f8c69e1c0f6daeb4903133dfa81fb373ca25082c Mon Sep 17 00:00:00 2001 From: "Bradley A. Thornton" Date: Wed, 29 May 2024 14:30:43 -0700 Subject: [PATCH] The `workdir` is not needed and causes the `COVERAGE_` environment variables to become realtive which can effect subprocess coverage collection. --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 47132ae..25c4cf4 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,6 @@ env_list = pkg docs skip_missing_interpreters = true -work_dir = {env:TOX_WORK_DIR:.tox} [testenv] description = Run pytest under {basepython}