Skip to content

Commit a57d949

Browse files
authored
Merge pull request ceph#56821 from phlogistonjohn/jjm-tox-no-basepython
python: remove some vestigial tox basepython directives Reviewed-by: Adam King <[email protected]>
2 parents fa46d16 + 7154411 commit a57d949

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/cephadm/tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ deps =
3535
commands=pytest {posargs}
3636
3737
[testenv:mypy]
38-
basepython = python3
3938
deps =
4039
mypy
4140
types-PyYAML
@@ -44,7 +43,6 @@ deps =
4443
commands = mypy --config-file ../mypy.ini {posargs:cephadm.py cephadmlib}
4544
4645
[testenv:flake8]
47-
basepython = python3
4846
allowlist_externals = bash
4947
deps =
5048
flake8 == 5.0.4

src/pybind/mgr/tox.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ commands =
146146
{posargs:{[testenv:fix]modules}}
147147

148148
[testenv:pylint]
149-
basepython = python3
150149
deps =
151150
pylint
152151
modules =
@@ -155,7 +154,6 @@ commands =
155154
pylint {[pylint]addopts} {posargs:{[testenv:pylint]modules}}
156155

157156
[testenv:flake8]
158-
basepython = python3
159157
deps =
160158
flake8
161159
allowlist_externals = bash
@@ -182,7 +180,6 @@ commands =
182180
bash -c 'test $(git ls-files cephadm | grep ".py$" | grep -v tests | xargs grep "docker.io" | wc -l) == 13'
183181

184182
[testenv:jinjalint]
185-
basepython = python3
186183
deps =
187184
jinjaninja
188185
commands =

0 commit comments

Comments
 (0)