From b206c35395a1189580bf411aceaa7076f34bd465 Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Thu, 18 Jul 2024 15:19:43 +0200 Subject: [PATCH] setup.cfg --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 1ae4cb5..3922eb5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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