Skip to content

Commit a9d22d0

Browse files
committed
chore: Fix pypy tests
1 parent 5c21b81 commit a9d22d0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python: ['3.7', '3.8', '3.9', '3.10', 'pypy3.7']
11+
python: ['3.7', '3.8', '3.9', '3.10', 'pypy3.7', 'pypy3.8']
1212

1313
steps:
1414
- uses: actions/checkout@v3

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ pylint == 2.3.1
33
pytest >= 6.2.0
44
pytest-cov >= 2.4.0
55
pytest-localserver >= 0.4.1
6-
pytest-asyncio >= 0.16.0
6+
pytest-asyncio >= 0.16.0, < 0.21.0
77
pytest-mock >= 3.6.1
88

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

0 commit comments

Comments
 (0)