From 8b2b0c7e5b64f62a94494e678d090ba2120f2a84 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Mon, 20 Nov 2023 11:13:24 -0500 Subject: [PATCH] Sticking to tox 3 for now --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1c4604091..a23fc1a6a 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ envlist = typechecks,codechecks,py{38,39,310,311,312}-{coverage},pypy27,pypy38,p minversion = 2.4 [testenv] -passenv = TAHOE_LAFS_*, PIP_*, SUBUNITREPORTER_*, USERPROFILE, HOMEDRIVE, HOMEPATH +passenv = TAHOE_LAFS_* PIP_* SUBUNITREPORTER_* USERPROFILE HOMEDRIVE HOMEPATH deps = # We pull in certify *here* to avoid bug #2913. Basically if a # `setup_requires=...` causes a package to be installed (with setuptools)