From 9fcfdb4d4ee39afba500a7f507fcd6e2b85fd4c7 Mon Sep 17 00:00:00 2001 From: Hugo Date: Fri, 10 Aug 2018 20:15:21 +0300 Subject: [PATCH] Revert "CI: Temporarily pin pytest to prevent scandir non-compilation" --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 629641947..95d816a98 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -71,7 +71,7 @@ build_script: test_script: - cd c:\pillow -- '%PYTHON%\%PIP_DIR%\pip.exe install "pytest<3.7" pytest-cov' +- '%PYTHON%\%PIP_DIR%\pip.exe install pytest pytest-cov' - '%PYTHON%\%EXECUTABLE% -m pytest -vx --cov PIL --cov-report term --cov-report xml Tests' #- '%PYTHON%\%EXECUTABLE% test-installed.py -v -s %TEST_OPTIONS%' TODO TEST_OPTIONS with pytest?