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

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}