Skip to content

Commit

Permalink
Fixed test setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Nov 14, 2022
1 parent 2814521 commit 914aa8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -29,7 +29,7 @@ format: .venv
.PHONY: format

test: .venv
@$(VENV_PATH)/bin/tox -e py2.7,py3.7
@$(VENV_PATH)/bin/tox -e py3.9
.PHONY: test

test-all: .venv
Expand Down
3 changes: 3 additions & 0 deletions tests/integrations/asyncio/__init__.py
@@ -0,0 +1,3 @@
import pytest

pytest.importorskip("pytest_asyncio")
2 changes: 2 additions & 0 deletions tox.ini
Expand Up @@ -111,6 +111,8 @@ deps =
py3.4: colorama==0.4.1
py3.4: watchdog==0.10.7

{py3.8,py3.9,py3.10}: pytest-asyncio

django-{1.11,2.0,2.1,2.2,3.0,3.1,3.2}: djangorestframework>=3.0.0,<4.0.0

{py3.7,py3.8,py3.9,py3.10}-django-{1.11,2.0,2.1,2.2,3.0,3.1,3.2}: channels[daphne]>2
Expand Down

0 comments on commit 914aa8f

Please sign in to comment.