Skip to content

Commit

Permalink
pypy restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixSchwarz committed Jul 18, 2024
1 parent d92b474 commit 815dd4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ 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'
time-machine ; python_version > '3.0'
freezegun ; python_version > '3.0' and implementation_name == 'pypy'
time-machine ; python_version > '3.0' and implementation_name != 'pypy'
mock ; python_version < '3.0'
pymta >= 0.7.0 # >= 0.7.0: AUTH LOGIN
pytest
Expand Down

0 comments on commit 815dd4c

Please sign in to comment.