diff --git a/tox.ini b/tox.ini index 4260c546cc..578582c069 100644 --- a/tox.ini +++ b/tox.ini @@ -91,7 +91,10 @@ deps = -r test-requirements.txt django-{1.11,2.0,2.1,2.2,3.0,3.1,dev}: djangorestframework>=3.0.0,<4.0.0 - {py3.7,py3.8,py3.9}-django-{1.11,2.0,2.1,2.2,3.0,3.1,dev}: channels>2 + + ; TODO: right now channels 3 is crashing tests/integrations/django/asgi/test_asgi.py + ; see https://github.com/django/channels/issues/1549 + {py3.7,py3.8,py3.9}-django-{1.11,2.0,2.1,2.2,3.0,3.1,dev}: channels>2,<3 {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 {py2.7,py3.7,py3.8,py3.9}-django-{1.11,2.2,3.0,3.1,dev}: psycopg2-binary