From: John Mulligan Date: Wed, 10 Apr 2024 14:35:31 +0000 (-0400) Subject: cephadm: remove vestigial basepython directives X-Git-Tag: v20.0.0~2152^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=61eb46adbe431648d0ee6521b0948c2114ec5022;p=ceph.git cephadm: remove vestigial basepython directives Remove what I think are vestigial configuration parameters setting `basepython` in tox.ini. These may have been useful during the change from python 2 to 3, but I don't see them serving any useful purpose at this current time. In fact they now interfere with the ability to globally override the basepython version of all testenv's at once. So let's just remove them. We can always add it back if we find an issue in the future (and document it!). Signed-off-by: John Mulligan --- diff --git a/src/cephadm/tox.ini b/src/cephadm/tox.ini index 86d2c289c761..70e9a411238f 100644 --- a/src/cephadm/tox.ini +++ b/src/cephadm/tox.ini @@ -35,7 +35,6 @@ deps = commands=pytest {posargs} [testenv:mypy] -basepython = python3 deps = mypy types-PyYAML @@ -44,7 +43,6 @@ deps = commands = mypy --config-file ../mypy.ini {posargs:cephadm.py cephadmlib} [testenv:flake8] -basepython = python3 allowlist_externals = bash deps = flake8 == 5.0.4