Skip to content

Commit dfcd052

Browse files
authored
Merge pull request #3299 from python-pillow/revert-3285-workaround-windows-pypy-error
Revert "CI: Temporarily pin pytest to prevent scandir non-compilation"
2 parents 43f860f + 9fcfdb4 commit dfcd052

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ build_script:
7171

7272
test_script:
7373
- cd c:\pillow
74-
- '%PYTHON%\%PIP_DIR%\pip.exe install "pytest<3.7" pytest-cov'
74+
- '%PYTHON%\%PIP_DIR%\pip.exe install pytest pytest-cov'
7575
- '%PYTHON%\%EXECUTABLE% -m pytest -vx --cov PIL --cov-report term --cov-report xml Tests'
7676
#- '%PYTHON%\%EXECUTABLE% test-installed.py -v -s %TEST_OPTIONS%' TODO TEST_OPTIONS with pytest?
7777

0 commit comments

Comments
 (0)