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
commit 987709cdb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 =