]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Exclude PyYAML 5.4.0,5.4.1
authorZack Cerza <zack@redhat.com>
Fri, 21 Jul 2023 19:49:52 +0000 (13:49 -0600)
committerZack Cerza <zack@redhat.com>
Fri, 21 Jul 2023 19:49:52 +0000 (13:49 -0600)
See https://github.com/yaml/pyyaml/issues/601

Signed-off-by: Zack Cerza <zack@redhat.com>
requirements.txt
setup.cfg

index f2e2ce3de6e08128cf53987af5efd40bd101d2af..b093b43e99426c8e4417ad555cfbfc84d2f4c4cc 100644 (file)
@@ -274,7 +274,7 @@ pytz==2021.1
     # via
     #   oslo-serialization
     #   oslo-utils
-pyyaml==5.4.1
+pyyaml==5.3.1
     # via
     #   ansible-base
     #   cliff
index ae201dac1677843f9ea8b41bf5b4c7f395bc5a04..90f06fb6980fed50f49430734c2bd4285a1af2ec 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -30,7 +30,7 @@ summary = Ceph test framework
 [options]
 packages = find:
 install_requires =
-    PyYAML
+    PyYAML<6.0,!=5.4.0,!=5.4.1
     ansible>=2.10,<3.0
     apache-libcloud
     backports.ssl-match-hostname