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 @@ -100,7 +100,6 @@ wheel_build_env = .pkg
100100description =
101101 run pre-commit-defined linters under `{basepython}`
102102skip_install = True
103- basepython = python3
104103deps = pre-commit>=2.9.3
105104commands = pre-commit run --all-files --show-diff-on-failure {posargs:}
106105setenv =
@@ -128,7 +127,6 @@ setenv =
128127[testenv:docs-checklinks]
129128description =
130129 check the links in the documentation with `{basepython}`
131- basepython = python3
132130usedevelop = True
133131changedir = doc/en
134132deps = -r{toxinidir}/doc/en/requirements.txt
@@ -142,7 +140,6 @@ setenv =
142140description =
143141 regenerate documentation examples under `{basepython}`
144142changedir = doc/en
145- basepython = python3
146143passenv =
147144 SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST
148145deps =
@@ -195,7 +192,6 @@ commands =
195192
196193[testenv:release]
197194description = do a release, required posarg of the version number
198- basepython = python3
199195usedevelop = True
200196passenv = *
201197deps =
@@ -213,7 +209,6 @@ commands = python scripts/prepare-release-pr.py {posargs}
213209
214210[testenv:generate-gh-release-notes]
215211description = generate release notes that can be published as GitHub Release
216- basepython = python3
217212usedevelop = True
218213deps =
219214 pypandoc
You can’t perform that action at this time.
0 commit comments