Skip to content

Commit 08f9136

Browse files
committed
use isolated_build in tox.ini
The isolated_build option is required when pyproject.toml is present. Add it to fix the following tox error: ``` ERROR: pyproject.toml file found. To use a PEP 517 build-backend you are required to configure tox to use an isolated_build: https://tox.readthedocs.io/en/latest/example/package.html ```
1 parent 18ac737 commit 08f9136

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[tox]
22
envlist = update, py36, py37, py38, py39, py310, mypy-py36
3+
isolated_build = True
34

45
[testenv]
56
deps = pytest

0 commit comments

Comments
 (0)