From f954c2a405075df7877dcd97e7034466b2023d5e Mon Sep 17 00:00:00 2001 From: 9128305 <129173596+9128305@users.noreply.github.com> Date: Thu, 15 Aug 2024 17:25:36 +0300 Subject: [PATCH 1/3] Add pytz as test dependency --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 42819568f..343abd65e 100644 --- a/tox.ini +++ b/tox.ini @@ -60,6 +60,7 @@ deps = pytest-xdist pytest-mock requests + pytz passenv = PYTEST_ADDOPTS From 9a4650c3edda3ee4792f50c9f00033160a307700 Mon Sep 17 00:00:00 2001 From: 9128305 <129173596+9128305@users.noreply.github.com> Date: Thu, 15 Aug 2024 17:27:16 +0300 Subject: [PATCH 2/3] Remove pytz --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 4f25adf1d..e2cc2a577 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,6 @@ install_requires = requests >= 2.13.0 oauthlib >= 3.1.0 jwcrypto >= 0.8.0 - pytz >= 2024.1 [options.packages.find] exclude = From 804824f0c636c296e2785df1de467976eac0c4b5 Mon Sep 17 00:00:00 2001 From: 9128305 <129173596+9128305@users.noreply.github.com> Date: Thu, 15 Aug 2024 17:54:45 +0300 Subject: [PATCH 3/3] Update tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 343abd65e..91365920a 100644 --- a/tox.ini +++ b/tox.ini @@ -60,7 +60,7 @@ deps = pytest-xdist pytest-mock requests - pytz + pytz; python_version < '3.9' passenv = PYTEST_ADDOPTS