We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f43a05b commit ddbb8f7Copy full SHA for ddbb8f7
tox.ini
@@ -119,7 +119,8 @@ envlist =
119
python-external_http-{py38,py39,py310,py311,py312,py313},
120
python-external_httplib-{py38,py39,py310,py311,py312,py313,pypy310},
121
python-external_httplib2-{py38,py39,py310,py311,py312,py313,pypy310},
122
- python-external_pyzeebe-{py39,py310,py311,py312,pypy310},
+ # pyzeebe requires grpcio which does not support pypy
123
+ python-external_pyzeebe-{py39,py310,py311,py312},
124
python-external_requests-{py38,py39,py310,py311,py312,py313,pypy310},
125
python-external_urllib3-{py38,py39,py310,py311,py312,py313,pypy310}-urllib3latest,
126
python-external_urllib3-{py312,py313,pypy310}-urllib30126,
0 commit comments