Skip to content

Commit

Permalink
chore: Fix pypy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lahirumaramba committed Apr 5, 2023
1 parent 5c21b81 commit a9d22d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['3.7', '3.8', '3.9', '3.10', 'pypy3.7']
python: ['3.7', '3.8', '3.9', '3.10', 'pypy3.7', 'pypy3.8']

steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ pylint == 2.3.1
pytest >= 6.2.0
pytest-cov >= 2.4.0
pytest-localserver >= 0.4.1
pytest-asyncio >= 0.16.0
pytest-asyncio >= 0.16.0, < 0.21.0
pytest-mock >= 3.6.1

cachecontrol >= 0.12.6
google-api-core[grpc] >= 1.22.1, < 3.0.0dev; platform.python_implementation != 'PyPy'
google-api-python-client >= 1.7.8
google-cloud-firestore >= 2.9.1; platform.python_implementation != 'PyPy'
google-cloud-storage >= 1.37.1
pyjwt[crypto] >= 2.5.0
pyjwt[crypto] >= 2.5.0
importlib-metadata >= 0.12, < 6.0.1

0 comments on commit a9d22d0

Please sign in to comment.