Remove stray * from tox passenv value

This commit is contained in:
Sajith Sasidharan 2021-07-05 06:36:29 -04:00
parent 8b537b5ddd
commit 2494980a69
No known key found for this signature in database
GPG Key ID: 0C6DA6A29D5F02BA

View File

@ -189,7 +189,7 @@ commands =
[testenv:news]
# On macOS, git invoked from Tox needs $HOME.
passenv = HOME * TAHOE_LAFS_* PIP_* SUBUNITREPORTER_* USERPROFILE HOMEDRIVE HOMEPATH
passenv = TAHOE_LAFS_* PIP_* SUBUNITREPORTER_* USERPROFILE HOMEDRIVE HOMEPATH HOME
whitelist_externals =
mv
git