From 91d9ef7a7085bf9cf8aa341f23236970e9c6c2b6 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sat, 28 Oct 2023 11:17:48 +0200 Subject: [PATCH] Add tzdata as dependency in test requirements Otherwise yields the following error with Python 3.10 on Windows: zoneinfo._common.ZoneInfoNotFoundError: 'No time zone found with key UTC' --- requirements/test.pip | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements/test.pip b/requirements/test.pip index a7d566f5..2cf1ea1f 100644 --- a/requirements/test.pip +++ b/requirements/test.pip @@ -3,6 +3,7 @@ Pygments==2.14.0 pytest pytest-cov pytest-xdist[psutil] +tzdata # Optional Packages Markdown==3.4.3