Skip to content

Commit

Permalink
fix(dev): Pin channels for django tests (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsterkatie authored Nov 2, 2020
1 parent 617c516 commit 377f71a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 377f71a

Please sign in to comment.