From cbb15c7a84d87b6214b18d5737050f4d5d168974 Mon Sep 17 00:00:00 2001 From: ziajka Date: Mon, 29 Jan 2018 15:16:38 +0100 Subject: [PATCH] Check if locking version of pypiwin32==220 helps, Ref. #1276 --- appveyor.yml | 1 - win-requirements.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index dff6ad82..d35cafe6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,6 @@ install: - "%PYTHON%\\python.exe -m pip install -r dev-requirements.txt" - "%PYTHON%\\python.exe -m pip install -r win-requirements.txt" - build: off test_script: diff --git a/win-requirements.txt b/win-requirements.txt index 5905e970..cee5252a 100644 --- a/win-requirements.txt +++ b/win-requirements.txt @@ -1,3 +1,3 @@ -rrequirements.txt -pypiwin32 # pyup: ignore +pypiwin32==220 # pyup: ignore