]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/python-common/tox.ini
import quincy beta 17.1.0
[ceph.git] / ceph / src / python-common / tox.ini
index 5869b6ae27643dee38f76cc22eea64fcab525bee..0699c047652608b379739baf70b178f4e2d25ecb 100644 (file)
@@ -5,6 +5,7 @@ skip_missing_interpreters = true
 [testenv:py3]
 deps=
     -rrequirements.txt
+    -c{toxinidir}/../mypy-constrains.txt
 commands=
     pytest --doctest-modules ceph/deployment/service_spec.py ceph/utils.py
     pytest {posargs}