From 83d49e344a882c48fee61e81b79d8d99741d55ae Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 5 Oct 2025 08:42:51 -0500 Subject: [PATCH] Pin cffi for <3.14 in tests to fix CI --- requirements/pytest.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/pytest.txt b/requirements/pytest.txt index 3671cab9a..d4c0f59d2 100644 --- a/requirements/pytest.txt +++ b/requirements/pytest.txt @@ -1,5 +1,6 @@ +cffi<2.0.0;python_version<"3.14" objgraph==3.6.2 pytest==8.4.0 pytest-codspeed==3.2.0 pytest-cov==6.1.0 -psutil==7.0.0 \ No newline at end of file +psutil==7.0.0