From e685eb103de6930e2fa43eabc141157711268a42 Mon Sep 17 00:00:00 2001 From: mrbean-bremen Date: Fri, 17 Nov 2017 11:20:39 +0100 Subject: [PATCH] Removed workaround for appveyor builds - has been fixed in https://github.com/pytest-dev/py/issues/170 - closes #330 --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 7e79cc0f..eba3efd2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,7 +6,6 @@ environment: - PYTHON: "C:\\Python36-x64" install: - - "%PYTHON%\\python.exe -m pip install py==1.4.34" - "%PYTHON%\\python.exe -m pip install -r requirements.txt" - "%PYTHON%\\python.exe -m pip install ."