]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
pybind/mgr: use tox.ini envlist defaults when run via cmake
authorJohn Mulligan <jmulligan@redhat.com>
Tue, 7 May 2024 18:06:05 +0000 (14:06 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 13 Jun 2024 14:14:29 +0000 (10:14 -0400)
commit2d03e9841fe077c52d316becade5a01b2eb2987e
tree79e8848ceb333a4f44ac97d14b6695aaaeffffb3
parent7e0cd380808711b0050902943bc16994b1781f70
pybind/mgr: use tox.ini envlist defaults when run via cmake

Instead of having to remember there are two different envlists, one
default in tox.ini, one contained in CMakeLists.txt have CMakeLists.txt
simply reuse what is in tox.ini. Now, the python programmer who runs
`tox r` should not be surprised if something goes awry during `make
check` simply because `make check` was running a different set of
checks.

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