File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ wheel_build_env = .pkg
101101description =
102102 run pre-commit-defined linters under `{basepython}`
103103skip_install = True
104- basepython = python3
105104deps = pre-commit>=2.9.3
106105commands = pre-commit run --all-files --show-diff-on-failure {posargs:}
107106setenv =
@@ -129,7 +128,6 @@ setenv =
129128[testenv:docs-checklinks]
130129description =
131130 check the links in the documentation with `{basepython}`
132- basepython = python3
133131usedevelop = True
134132changedir = doc/en
135133deps = -r{toxinidir}/doc/en/requirements.txt
@@ -143,7 +141,6 @@ setenv =
143141description =
144142 regenerate documentation examples under `{basepython}`
145143changedir = doc/en
146- basepython = python3
147144passenv =
148145 SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST
149146deps =
@@ -196,7 +193,6 @@ commands =
196193
197194[testenv:release]
198195description = do a release, required posarg of the version number
199- basepython = python3
200196usedevelop = True
201197passenv = *
202198deps =
@@ -214,7 +210,6 @@ commands = python scripts/prepare-release-pr.py {posargs}
214210
215211[testenv:generate-gh-release-notes]
216212description = generate release notes that can be published as GitHub Release
217- basepython = python3
218213usedevelop = True
219214deps =
220215 pypandoc
You can’t perform that action at this time.
0 commit comments