Skip to content

Commit 479d91b

Browse files
committed
tox: Bump minimum version to 4.x
'isolated_build' is no longer required since builds are isolated by default in tox 4. 'basepython' is no longer required since tox 4 only supports Python 3 and 'basepython' defaults to the version of Python that tox is installed with. Signed-off-by: Stephen Finucane <[email protected]>
1 parent b23ac4f commit 479d91b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tox.ini

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[tox]
2-
minversion = 2.4.0
2+
minversion = 4.2.0
33
envlist = py{39,310,311,312,313}
4-
isolated_build = True
54

65
[testenv]
76
usedevelop = True
@@ -30,7 +29,6 @@ commands=
3029
python -X dev -X warn_default_encoding -m pytest --durations 25 {posargs}
3130

3231
[testenv:docs]
33-
basepython = python3
3432
description =
3533
Build documentation.
3634
extras =
@@ -40,7 +38,6 @@ commands =
4038
sphinx-build -M {env:BUILDER:html} ./doc ./build/sphinx -nW --keep-going {posargs}
4139

4240
[testenv:docs-live]
43-
basepython = python3
4441
description =
4542
Build documentation.
4643
extras =

0 commit comments

Comments
 (0)