From 8268e76a863f8ef3fa294631b40912a03423a434 Mon Sep 17 00:00:00 2001 From: ziajka Date: Mon, 29 Jan 2018 15:09:03 +0100 Subject: [PATCH 1/3] Check if passes tests on 2.1 --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index d35cafe6..dff6ad82 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,6 +15,7 @@ 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: From cbb15c7a84d87b6214b18d5737050f4d5d168974 Mon Sep 17 00:00:00 2001 From: ziajka Date: Mon, 29 Jan 2018 15:16:38 +0100 Subject: [PATCH 2/3] 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 From 889aa3ba94091ca27e4fa942660edcc61a89f8f0 Mon Sep 17 00:00:00 2001 From: ziajka Date: Mon, 29 Jan 2018 15:26:45 +0100 Subject: [PATCH 3/3] More generic dependency for pypiwin32, Ref. #1276 --- win-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win-requirements.txt b/win-requirements.txt index cee5252a..1446069f 100644 --- a/win-requirements.txt +++ b/win-requirements.txt @@ -1,3 +1,3 @@ -rrequirements.txt -pypiwin32==220 # pyup: ignore +pypiwin32<222 # pyup: ignore