From 089fe8675625b339259764219f8326f2145fd364 Mon Sep 17 00:00:00 2001 From: Nikita Kniazev Date: Thu, 12 Oct 2017 02:52:35 +0300 Subject: [PATCH] TST: Unblock Appveyor build by patching `subprocess` --- .appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index e9d977b47f8c..14f3bda1086a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -95,6 +95,12 @@ install: # pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124 - pip install -q pytest "pytest-cov>=2.3.1" pytest-rerunfailures pytest-timeout + # Apply patch to `subprocess` on Python versions > 2 and < 3.6.3 + # https://github.com/matplotlib/matplotlib/issues/9176 + - python -c "import sys; sys.exit(not (3,) < sys.version_info < (3,6,3))" && ( + curl -sL https://github.com/python/cpython/pull/1224.patch | + patch -fsup 1 -d %CONDA_PREFIX% ) || ( set errorlevel= ) + # Let the install prefer the static builds of the libs - set LIBRARY_LIB=%CONDA_PREFIX%\Library\lib - mkdir lib || cmd /c "exit /b 0" pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy