File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 3535commands=pytest {posargs}
3636
3737[testenv:mypy]
38- basepython = python3
3938deps =
4039 mypy
4140 types-PyYAML
4443commands = mypy --config-file ../mypy.ini {posargs:cephadm.py cephadmlib}
4544
4645[testenv:flake8]
47- basepython = python3
4846allowlist_externals = bash
4947deps =
5048 flake8 == 5.0.4
Original file line number Diff line number Diff line change @@ -146,7 +146,6 @@ commands =
146146 {posargs:{[testenv:fix]modules}}
147147
148148[testenv:pylint]
149- basepython = python3
150149deps =
151150 pylint
152151modules =
@@ -155,7 +154,6 @@ commands =
155154 pylint {[pylint]addopts} {posargs:{[testenv:pylint]modules}}
156155
157156[testenv:flake8]
158- basepython = python3
159157deps =
160158 flake8
161159allowlist_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
186183deps =
187184 jinjaninja
188185commands =
You can’t perform that action at this time.
0 commit comments