Skip to content

Commit ddbb8f7

Browse files
authored
Merge pull request #1513 from newrelic/fix-pyzeebe-pypy
Remove PyPy From PyZeebe Tests
1 parent f43a05b commit ddbb8f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ envlist =
119119
python-external_http-{py38,py39,py310,py311,py312,py313},
120120
python-external_httplib-{py38,py39,py310,py311,py312,py313,pypy310},
121121
python-external_httplib2-{py38,py39,py310,py311,py312,py313,pypy310},
122-
python-external_pyzeebe-{py39,py310,py311,py312,pypy310},
122+
# pyzeebe requires grpcio which does not support pypy
123+
python-external_pyzeebe-{py39,py310,py311,py312},
123124
python-external_requests-{py38,py39,py310,py311,py312,py313,pypy310},
124125
python-external_urllib3-{py38,py39,py310,py311,py312,py313,pypy310}-urllib3latest,
125126
python-external_urllib3-{py312,py313,pypy310}-urllib30126,

0 commit comments

Comments
 (0)