From c561975fdd62c947259703f776f1338ec3403887 Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Thu, 10 Jan 2019 01:20:46 +0100 Subject: [PATCH] Unpin pytest (pytest-cov's latest release is compatible with it). --- .appveyor.yml | 2 +- requirements/testing/travis_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index ff907a5920b9..50f752a2e47d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -65,7 +65,7 @@ install: - activate test-environment - echo %PYTHON_VERSION% %TARGET_ARCH% # pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124 - - pip install -q "pytest>=3.4,<4.1" "pytest-cov>=2.3.1" pytest-rerunfailures pytest-timeout pytest-xdist + - pip install -q "pytest>=3.4" "pytest-cov>=2.3.1" pytest-rerunfailures pytest-timeout pytest-xdist # Apply patch to `subprocess` on Python versions > 2 and < 3.6.3 # https://github.com/matplotlib/matplotlib/issues/9176 diff --git a/requirements/testing/travis_all.txt b/requirements/testing/travis_all.txt index 758d8d53f8c1..3f5811b1b778 100644 --- a/requirements/testing/travis_all.txt +++ b/requirements/testing/travis_all.txt @@ -6,7 +6,7 @@ cycler numpy pillow pyparsing -pytest<4.1 +pytest pytest-cov pytest-faulthandler pytest-rerunfailures