From 45f7545f41a6e2fd0da0f90d04b24f0595cd0468 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Mon, 17 Jul 2023 11:39:11 -0500 Subject: [PATCH] Pin Cython for tests, so that PyYAML can build (#1492) See: https://github.com/yaml/pyyaml/issues/601 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