From 5909d89d8c00235544a53d52bc7940448f5a1913 Mon Sep 17 00:00:00 2001 From: Eugenio Lacuesta Date: Tue, 15 Dec 2020 17:25:48 -0300 Subject: [PATCH] Restore pywin32 requirement --- tests/requirements-py3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/requirements-py3.txt b/tests/requirements-py3.txt index 7ee99292d..68b856a88 100644 --- a/tests/requirements-py3.txt +++ b/tests/requirements-py3.txt @@ -16,3 +16,4 @@ bpython brotlipy # optional for HTTP compress downloader middleware tests zstandard # optional for HTTP compress downloader middleware tests ipython +pywin32; sys_platform == "win32"