From 253b4323494828662aefb05378494ce5b88c0ea8 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Tue, 30 Apr 2024 19:25:27 -0400 Subject: [PATCH] Fix specifier in tests/requirements.txt --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 7fba866c745..8eb02d6ca5b 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ -cffi @ https://github.com/python-cffi/cffi/archive/refs/heads/main.zip; python_version > "3.12" # Temporary workaround for Python 3.13 until next CFFI release +cffi @ https://github.com/python-cffi/cffi/archive/refs/heads/main.zip ; python_version > "3.12" # Temporary workaround for Python 3.13 until next CFFI release cryptography freezegun installer