From 715d94503886ed66aa08e77e48821b2f90b5e777 Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Thu, 18 Jul 2024 15:07:46 +0200 Subject: [PATCH] fix2 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index a03aaeb..ee0cb0e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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