Skip to content

Commit 01e1a24

Browse files
committed
For Python 3.13 source cffi and freezegun from github
1 parent e603811 commit 01e1a24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
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
12
cryptography
2-
freezegun
3+
freezegun; python_version <= "3.12"
4+
freezegun @ https://github.com/spulec/freezegun/archive/refs/heads/master.zip; python_version > "3.12" # Temporary workaround for Python 3.13 until next frezegun release
35
installer
46
pytest
57
pytest-cov

0 commit comments

Comments
 (0)