Skip to content

Commit 86c7837

Browse files
authored
Pin uvicorn version to v0.14 for py36 testing purposes. (#326)
1 parent 75a7a51 commit 86c7837

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ envlist =
4747
python-adapter_gunicorn-{py36}-aiohttp1-gunicorn{19,latest},
4848
python-adapter_gunicorn-{py36,py37,py38,py39}-aiohttp3-gunicornlatest,
4949
python-adapter_uvicorn-{py36,py37}-uvicorn03,
50-
python-adapter_uvicorn-{py36,py37,py38,py39}-uvicornlatest,
50+
; Temporarily testing py36 on the uvicorn version preceeding v0.15
51+
python-adapter_uvicorn-{py36}-uvicorn014
52+
python-adapter_uvicorn-{py37,py38,py39}-uvicornlatest,
5153
python-agent_features-{py27,py36,py37,py38,py39}-{with,without}_extensions,
5254
python-agent_features-{pypy,pypy3}-without_extensions,
5355
python-agent_streaming-{py27,py36,py37,py38,py39}-{with,without}_extensions,
@@ -147,6 +149,7 @@ deps =
147149
adapter_gunicorn-gunicorn19: gunicorn<20
148150
adapter_gunicorn-gunicornlatest: gunicorn
149151
adapter_uvicorn-uvicorn03: uvicorn<0.4
152+
adapter_uvicorn-uvicorn014: uvicorn<0.15
150153
adapter_uvicorn-uvicornlatest: uvicorn
151154
agent_features: beautifulsoup4
152155
application_celery: celery<6.0

0 commit comments

Comments
 (0)