From ef3c95b6b38ca022f02f86d89ea60132752ae209 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Mon, 17 Jul 2023 12:43:57 -0500 Subject: [PATCH] [checkpoint_v1] Pin Cython for tests, so that PyYAML can build (#1493) Signed-off-by: Rick Elrod --- molecule/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/molecule/requirements.txt b/molecule/requirements.txt index e5bb4774..278a580a 100644 --- a/molecule/requirements.txt +++ b/molecule/requirements.txt @@ -6,3 +6,4 @@ openshift!=0.13.0 jmespath ansible-core ansible-compat<4 # https://github.com/ansible-community/molecule/issues/3903 +Cython<3 # https://github.com/yaml/pyyaml/issues/601