mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02:00
Set isolated_build = True for tox (#67238)
This commit is contained in:
1
tox.ini
1
tox.ini
@@ -2,6 +2,7 @@
|
|||||||
envlist = py39, lint, pylint, typing, cov
|
envlist = py39, lint, pylint, typing, cov
|
||||||
skip_missing_interpreters = True
|
skip_missing_interpreters = True
|
||||||
ignore_basepython_conflict = True
|
ignore_basepython_conflict = True
|
||||||
|
isolated_build = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython = {env:PYTHON3_PATH:python3}
|
basepython = {env:PYTHON3_PATH:python3}
|
||||||
|
Reference in New Issue
Block a user