Skip to content

Commit

Permalink
Merge pull request python-pillow#7825 from hugovk/coverage-sysmon
Browse files Browse the repository at this point in the history
Require coverage.py 7.4.2+ for `COVERAGE_CORE: sysmon`
  • Loading branch information
radarhere authored Feb 23, 2024
2 parents 6c126fe + a08df5b commit 5830396
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,16 @@ jobs:
- name: Print build system information
run: python3 .github/workflows/system-info.py

- name: python3 -m pip install pytest pytest-cov pytest-timeout defusedxml olefile pyroma
run: python3 -m pip install pytest pytest-cov pytest-timeout defusedxml olefile pyroma
- name: Install Python dependencies
run: >
python3 -m pip install
coverage>=7.4.2
defusedxml
olefile
pyroma
pytest
pytest-cov
pytest-timeout
- name: Install dependencies
id: install
Expand Down

0 comments on commit 5830396

Please sign in to comment.