X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fcephadm%2Ftox.ini;h=be0ab4ddfd4d9824c94e6bf71033dfd9e82627b9;hb=f6b5b4d738b87d88d2de35127b6b0e41eae2a272;hp=59d94a4c4c0f84c002189fe1031cde27f1ac6d60;hpb=12732ca2e80d168d344a265acffc1fbd1fa1f1b5;p=ceph.git diff --git a/ceph/src/cephadm/tox.ini b/ceph/src/cephadm/tox.ini index 59d94a4c4..be0ab4ddf 100644 --- a/ceph/src/cephadm/tox.ini +++ b/ceph/src/cephadm/tox.ini @@ -7,9 +7,10 @@ skip_install=true deps = pytest mock + -r{toxinidir}/requirements.txt commands=pytest {posargs} [testenv:mypy] basepython = python3 -deps = mypy -commands = mypy {posargs:cephadm} +deps = mypy==0.782 +commands = mypy --config-file ../mypy.ini {posargs:cephadm}