summaryrefslogtreecommitdiff
path: root/test/integration/targets/inventory_kubevirt_conformance/constraints.txt
blob: 93d3255d1698f4c87b78b13658fe3f19513085f8 (plain)
1
2
3
setuptools < 45 ; python_version <= '2.7' # setuptools 45 and later require python 3.5 or later
ruamel.yaml < 0.17 ; python_version <= '2.7'  # ruamel.yaml 0.17 and later are not tested with Python 2.7
ruamel.yaml.clib <= 0.2.2 ; python_version < '3.5'  # ruamel.yaml.clib 0.2.3 and later requires Python 3.5 or later