summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>2022-10-31 20:30:32 +0100
committerMatt Clay <matt@mystile.com>2022-10-31 14:50:39 -0700
commited579d475c90720e62b2f0c0f902a6c6ddb89315 (patch)
treea443fd1a0d278e92f86284710d382ea5301e4194
parent263ceccafcb55137d3180173c79f1b0d9dfef5bd (diff)
downloadansible-ed579d475c90720e62b2f0c0f902a6c6ddb89315.tar.gz
Add a comment about newer versions failing tests
Co-authored-by: Matt Clay <matt@mystile.com>
-rw-r--r--test/integration/targets/inventory_kubevirt_conformance/constraints.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/inventory_kubevirt_conformance/constraints.txt b/test/integration/targets/inventory_kubevirt_conformance/constraints.txt
index 2f1dc1647b..8882d089b2 100644
--- a/test/integration/targets/inventory_kubevirt_conformance/constraints.txt
+++ b/test/integration/targets/inventory_kubevirt_conformance/constraints.txt
@@ -1,4 +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
+kubernetes < 25.3.0 # newer versions no longer pass tests