Merge pull request #13344 from shanemcd/fix-tox

Remove unneeded pass_env in tox config
This commit is contained in:
Shane McDonald
2022-12-15 20:02:31 -05:00
committed by GitHub

View File

@@ -9,7 +9,6 @@ skip_missing_interpreters = true
[testenv]
basepython = python3.9
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
setenv =
PYTHONPATH = {toxinidir}:{env:PYTHONPATH:}:.
deps =