Skip to content

Commit

Permalink
Speed up coverage with Python 3.12
Browse files Browse the repository at this point in the history
Unlock urllib version, to be able to use more recent pytest versions.
  • Loading branch information
gerzse committed Jul 9, 2024
1 parent f6ed3c5 commit bb73758
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ permissions:

env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# this speeds up coverage with Python 3.12: https://github.com/nedbat/coveragepy/issues/1665
COVERAGE_CORE: sysmon
REDIS_IMAGE: redis:7.4-rc2
REDIS_STACK_IMAGE: redis/redis-stack-server:7.4.0-rc2

Expand Down
3 changes: 1 addition & 2 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ flake8-isort==6.0.0
flake8==5.0.4
flynt~=0.69.0
invoke==2.2.0
mock==4.0.3
mock
packaging>=20.4
pytest
pytest-asyncio
pytest-cov
pytest-profiling
pytest-timeout
ujson>=4.2.0
urllib3<2
uvloop
vulture>=2.3.0
wheel>=0.30.0

0 comments on commit bb73758

Please sign in to comment.