Skip to content

Commit 0ed35d5

Browse files
committed
tox: remove basepython = python3 lines
I don't think they're needed.
1 parent 20741b4 commit 0ed35d5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tox.ini

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ wheel_build_env = .pkg
101101
description =
102102
run pre-commit-defined linters under `{basepython}`
103103
skip_install = True
104-
basepython = python3
105104
deps = pre-commit>=2.9.3
106105
commands = pre-commit run --all-files --show-diff-on-failure {posargs:}
107106
setenv =
@@ -129,7 +128,6 @@ setenv =
129128
[testenv:docs-checklinks]
130129
description =
131130
check the links in the documentation with `{basepython}`
132-
basepython = python3
133131
usedevelop = True
134132
changedir = doc/en
135133
deps = -r{toxinidir}/doc/en/requirements.txt
@@ -143,7 +141,6 @@ setenv =
143141
description =
144142
regenerate documentation examples under `{basepython}`
145143
changedir = doc/en
146-
basepython = python3
147144
passenv =
148145
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST
149146
deps =
@@ -196,7 +193,6 @@ commands =
196193

197194
[testenv:release]
198195
description = do a release, required posarg of the version number
199-
basepython = python3
200196
usedevelop = True
201197
passenv = *
202198
deps =
@@ -214,7 +210,6 @@ commands = python scripts/prepare-release-pr.py {posargs}
214210

215211
[testenv:generate-gh-release-notes]
216212
description = generate release notes that can be published as GitHub Release
217-
basepython = python3
218213
usedevelop = True
219214
deps =
220215
pypandoc

0 commit comments

Comments
 (0)