]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
python-common: remove redundant call to mypy in tox.ini 51574/head
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 17 May 2023 20:57:39 +0000 (16:57 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 18 May 2023 16:17:48 +0000 (12:17 -0400)
In the previous change to this tox.ini file, I created a dedicated env
for running mypy but forgot to remove the previous call to mypy that
was happening after the call to pytest.

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

index 2737a87e8207a68089db6294b1df649242c1eb9c..313a4334d51c1ad65e44caf6ae59e916bd96c257 100644 (file)
@@ -9,7 +9,6 @@ deps=
 commands=
     pytest --doctest-modules ceph/deployment/service_spec.py ceph/utils.py
     pytest {posargs}
-    mypy --config-file=../mypy.ini -p ceph
 
 [testenv:mypy]
 deps=