]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
pybind/mgr: tox.ini remove redundant `tox` env 47808/head
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 25 Aug 2022 13:58:55 +0000 (09:58 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 25 Aug 2022 14:01:34 +0000 (10:01 -0400)
commitf12aa75ea0e0ad56b247d906fe77ed2cbbd3af80
tree101a20315e8f8fc98d904727023d6a8ee18d0ab7
parentc4a119ba9adc6e6769906d1621eac085f21db04c
pybind/mgr: tox.ini remove redundant `tox` env

Fixes: https://tracker.ceph.com/issues/57153
The envlist contained an environment named `lint`. There was no specific
customization of the lint testenv so it is essentially the same as
running the `py3` testenv.

This was probably a typo and was meant to be `pylint`. Unfortunately,
the pylint test env does not appear to work, probably because it was
never run as part of any automation. At the risk of leaving old stuff
behind I'm not removing the pylint testenv at the moment, only the
`lint` item in order to not run redundant tests.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/pybind/mgr/tox.ini