@@ -90,8 +90,6 @@ envlist =
90
90
python-adapter_uvicorn-{py37,py38,py39,py310,py311,py312,py313}-uvicornlatest,
91
91
python-adapter_uvicorn-py38-uvicorn014,
92
92
python-adapter_waitress-{py37,py38,py39,py310,py311,py312,py313}-waitresslatest,
93
- python-adapter_waitress-{py37,py38,py39,py310}-waitress02,
94
- python-adapter_waitress-{py37,py38,py39}-waitress010404,
95
93
python-agent_features-{py37,py38,py39,py310,py311,py312,py313}-{with,without}_extensions,
96
94
python-agent_features-pypy310-without_extensions,
97
95
python-agent_streaming-{py37,py38,py39,py310,py311,py312,py313}-protobuf06-{with,without}_extensions,
@@ -184,12 +182,14 @@ envlist =
184
182
[testenv]
185
183
deps =
186
184
# Base Dependencies
187
- {py38,py39,py310,py311,py312,py313,pypy310}: pytest ==8.3.2
185
+ {py39,py310,py311,py312,py313,pypy310}: pytest ==8.4.1
186
+ py38: pytest ==8.3.5
188
187
py37: pytest ==7.4.4
189
188
iniconfig
190
189
coverage
191
- WebTest ==3.0.0
190
+ {py39,py310,py311,py312,py313,pypy310}: WebTest ==3.0.6
192
191
py313: legacy-cgi ==2.6.1 # cgi was removed from the stdlib in 3.13, and is required for WebTest
192
+ {py37,py38}: WebTest ==3.0.1
193
193
194
194
# Test Suite Dependencies
195
195
adapter_asgiref-asgireflatest: asgiref
@@ -220,7 +220,6 @@ deps =
220
220
adapter_uvicorn-uvicornlatest: uvicorn
221
221
adapter_uvicorn: typing-extensions
222
222
adapter_waitress: WSGIProxy2
223
- adapter_waitress-waitress02: waitress<2.1
224
223
adapter_waitress-waitresslatest: waitress
225
224
agent_features: beautifulsoup4
226
225
agent_features: protobuf
0 commit comments