Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixSchwarz committed Jul 18, 2024
1 parent ba50fa0 commit 715d945
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 @@ -40,17 +40,17 @@ testutils =
schwarzlog

testing =
%(testutils)s
# dotmap 1.3.25 started using f-strings without declaring a minimum Python
# version: https://github.com/drgrib/dotmap/issues/83
dotmap <= 1.3.24 ; python_version < '3.0'
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 == 'pypi' and python_version > '3.0'
time-machine ; python_version > '3.0'
mock ; python_version < '3.0'
pymta >= 0.7.0 # >= 0.7.0: AUTH LOGIN
pytest
schwarzlog
setuptools
testfixtures

Expand Down

0 comments on commit 715d945

Please sign in to comment.