Skip to content

Commit c3314ae

Browse files
Temporarily pin hypercorn version in tests (#1021)
* Temporarily pin hypercorn to <0.16 * Temporarily pin hypercorn to <0.16 * Add comment to tox.ini --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 1357145 commit c3314ae

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
@@ -174,7 +174,8 @@ deps =
174174
adapter_gunicorn-aiohttp03-py312: aiohttp==3.9.0rc0
175175
adapter_gunicorn-gunicorn19: gunicorn<20
176176
adapter_gunicorn-gunicornlatest: gunicorn
177-
adapter_hypercorn-hypercornlatest: hypercorn
177+
; Temporarily pinned. Needs to be addressed
178+
adapter_hypercorn-hypercornlatest: hypercorn<0.16
178179
adapter_hypercorn-hypercorn0013: hypercorn<0.14
179180
adapter_hypercorn-hypercorn0012: hypercorn<0.13
180181
adapter_hypercorn-hypercorn0011: hypercorn<0.12

0 commit comments

Comments
 (0)