]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
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)
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

index 3426ae2873579f569f03338457b6d75ffc4b4684..bf18491575698b95733bf5cd615aa7550530a375 100644 (file)
@@ -2,7 +2,6 @@
 envlist =
     py3,
     py37,
-    lint,
     mypy,
     fix
     flake8