Add tzdata as a test dependency on Windows

Fix #9519
This commit is contained in:
Rapptz 2023-08-04 17:59:17 -04:00
parent e5da7f23cb
commit 0ab68440ee

View File

@ -53,6 +53,7 @@ extras_require = {
'pytest-cov', 'pytest-cov',
'pytest-mock', 'pytest-mock',
'typing-extensions>=4.3,<5', 'typing-extensions>=4.3,<5',
'tzdata; sys_platform == "win32"',
], ],
} }