Set isolated_build = True for tox (#67238)

This commit is contained in:
Mike Fugate 2022-03-14 12:38:40 -04:00 committed by GitHub
parent 362191a0e6
commit 1bb0f52814
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
envlist = py39, lint, pylint, typing, cov
skip_missing_interpreters = True
ignore_basepython_conflict = True
isolated_build = True
[testenv]
basepython = {env:PYTHON3_PATH:python3}