Sticking to tox 3 for now
This commit is contained in:
parent
6831dfe2c0
commit
8b2b0c7e5b
2
tox.ini
2
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)
|
||||
|
|
Loading…
Reference in New Issue