@@ -90,8 +90,6 @@ envlist =
9090 python-adapter_uvicorn-{py37,py38,py39,py310,py311,py312,py313}-uvicornlatest,
9191 python-adapter_uvicorn-py38-uvicorn014,
9292 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,
9593 python-agent_features-{py37,py38,py39,py310,py311,py312,py313}-{with,without}_extensions,
9694 python-agent_features-pypy310-without_extensions,
9795 python-agent_streaming-{py37,py38,py39,py310,py311,py312,py313}-protobuf06-{with,without}_extensions,
@@ -184,12 +182,14 @@ envlist =
184182[testenv]
185183deps =
186184 # 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
188187 py37: pytest ==7.4.4
189188 iniconfig
190189 coverage
191- WebTest ==3.0.0
190+ {py39,py310,py311,py312,py313,pypy310}: WebTest ==3.0.6
192191 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
193193
194194 # Test Suite Dependencies
195195 adapter_asgiref-asgireflatest: asgiref
@@ -220,7 +220,6 @@ deps =
220220 adapter_uvicorn-uvicornlatest: uvicorn
221221 adapter_uvicorn: typing-extensions
222222 adapter_waitress: WSGIProxy2
223- adapter_waitress-waitress02: waitress<2.1
224223 adapter_waitress-waitresslatest: waitress
225224 agent_features: beautifulsoup4
226225 agent_features: protobuf
0 commit comments