Sticking to tox 3 for now

This commit is contained in:
Itamar Turner-Trauring 2023-11-20 11:13:24 -05:00
parent 6831dfe2c0
commit 8b2b0c7e5b
1 changed files with 1 additions and 1 deletions

View File

@ -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)