Skip to content

Commit

Permalink
setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixSchwarz committed Jul 18, 2024
1 parent d9455ad commit b206c35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,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'
freezegun ; implementation_name == 'pypy' and 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'
pytest
setuptools
Expand Down

0 comments on commit b206c35

Please sign in to comment.