Skip to content

Commit 377f71a

Browse files
authored
fix(dev): Pin channels for django tests (getsentry#903)
1 parent 617c516 commit 377f71a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tox.ini

+4-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@ deps =
9191
-r test-requirements.txt
9292

9393
django-{1.11,2.0,2.1,2.2,3.0,3.1,dev}: djangorestframework>=3.0.0,<4.0.0
94-
{py3.7,py3.8,py3.9}-django-{1.11,2.0,2.1,2.2,3.0,3.1,dev}: channels>2
94+
95+
; TODO: right now channels 3 is crashing tests/integrations/django/asgi/test_asgi.py
96+
; see https://github.com/django/channels/issues/1549
97+
{py3.7,py3.8,py3.9}-django-{1.11,2.0,2.1,2.2,3.0,3.1,dev}: channels>2,<3
9598
{py3.7,py3.8,py3.9}-django-{1.11,2.0,2.1,2.2,3.0,3.1,dev}: pytest-asyncio==0.10.0
9699
{py2.7,py3.7,py3.8,py3.9}-django-{1.11,2.2,3.0,3.1,dev}: psycopg2-binary
97100

0 commit comments

Comments
 (0)