Skip to content

Commit

Permalink
Bump testing to test with latest redis-py
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Feb 14, 2022
1 parent b25a6ea commit d220c4b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "pypy-3.7"]
redis-py: ["4.0.0"]
redis-py: ["4.1.3"]
aioredis: ["2.0.0"]
include:
- python-version: "3.9"
Expand All @@ -35,7 +35,10 @@ jobs:
redis-py: "3.5.3"
aioredis: "1.3.1"
- python-version: "3.9"
redis-py: "4.0.*"
redis-py: "4.0.1"
aioredis: "1.3.1"
- python-version: "3.9"
redis-py: "4.1.*"
aioredis: "2.0.0"
coverage: yes
services:
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Expand Up @@ -7,7 +7,7 @@ pytest
pytest-asyncio
pytest-cov
pytest-mock
redis==4.1.0 # Latest at time of writing
redis==4.1.3 # Latest at time of writing
six
sortedcontainers

Expand Down
6 changes: 4 additions & 2 deletions requirements.txt
Expand Up @@ -31,7 +31,9 @@ lupa==1.10
mccabe==0.6.1
# via flake8
packaging==21.3
# via pytest
# via
# pytest
# redis
pluggy==0.13.1
# via pytest
py==1.10.0
Expand All @@ -54,7 +56,7 @@ pytest-cov==2.10.1
# via -r requirements.in
pytest-mock==3.3.1
# via -r requirements.in
redis==4.1.0
redis==4.1.3
# via -r requirements.in
six==1.15.0
# via -r requirements.in
Expand Down

0 comments on commit d220c4b

Please sign in to comment.