Skip to content

Commit

Permalink
PyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixSchwarz committed Jul 18, 2024
1 parent 91a9b25 commit 996906b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ testing =
dotmap; python_version >= '3.0'
# Even the oldest versions of "time-machine" support only Python 3.6+
freezegun < 1.0 ; python_version < '3.0'
freezegun ; implementation_name == 'pypy' and python_version > '3.0'
freezegun ; python_implementation == 'PyPy' and python_version > '3.0'
time-machine ; python_version > '3.0'
mock ; python_version < '3.0'
pytest
Expand Down

0 comments on commit 996906b

Please sign in to comment.