From e6f82438d4e3750e8d299bfd79dac98eebe9f1e0 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 9 Jan 2023 09:03:38 +0100 Subject: Refs #32365 -- Removed support for pytz timezones per deprecation timeline. --- tests/requirements/py3.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/requirements') diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt index f80bf8b2a7..397aaa06b1 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -12,7 +12,6 @@ Pillow >= 6.2.1; sys.platform != 'win32' or python_version < '3.12' # pylibmc/libmemcached can't be built on Windows. pylibmc; sys.platform != 'win32' pymemcache >= 3.4.0 -pytz pywatchman; sys.platform != 'win32' PyYAML redis >= 3.4.0 -- cgit v1.3