Skip to content

Commit 8e220f0

Browse files
authored
Merge pull request #4746 from nicoddemus/isolated-build
Use isolated_build option in tox.ini
2 parents 5ca8159 + 9be069f commit 8e220f0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ requires = [
55
"setuptools-scm",
66
"wheel",
77
]
8+
build-backend = "setuptools.build_meta"
89

910
[tool.towncrier]
1011
package = "pytest"

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[tox]
2-
minversion = 2.0
2+
isolated_build = True
3+
minversion = 3.3
34
distshare = {homedir}/.tox/distshare
45
# make sure to update environment list in travis.yml and appveyor.yml
56
envlist =

0 commit comments

Comments
 (0)