summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2022-10-31 19:24:25 +0100
committerMatt Clay <matt@mystile.com>2022-10-31 14:50:39 -0700
commit263ceccafcb55137d3180173c79f1b0d9dfef5bd (patch)
tree66f95b5abda11d954e30731692e16a395b2a34d2
parent254204856fe0128b84c41ae189ce146dae11b9d1 (diff)
downloadansible-263ceccafcb55137d3180173c79f1b0d9dfef5bd.tar.gz
Restrict kubernetes below v25.3.0
-rw-r--r--test/integration/targets/inventory_kubevirt_conformance/constraints.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/inventory_kubevirt_conformance/constraints.txt b/test/integration/targets/inventory_kubevirt_conformance/constraints.txt
index 93d3255d16..2f1dc1647b 100644
--- a/test/integration/targets/inventory_kubevirt_conformance/constraints.txt
+++ b/test/integration/targets/inventory_kubevirt_conformance/constraints.txt
@@ -1,3 +1,4 @@
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
+kubernetes < 25.3.0