From 54f46c4b01c6eb5367792adfcd91120dc2539288 Mon Sep 17 00:00:00 2001 From: Matthew Burket Date: Thu, 13 Jun 2024 23:11:35 -0500 Subject: [PATCH] Use RC of cffi so that build works Once cffi 1.17 is out this commit can be reverted. --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index 0ffd58563c65..55fd6814fb6a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,6 +2,7 @@ xmldiff pytest pytest-cov # used in tests/units/utils/oscal +cffi>=1.17.0rc1 lxml lxml-stubs requests