Skip to content

Commit

Permalink
Fixed test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Nov 14, 2022
1 parent 954e8f4 commit fe44f09
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tox.ini
Expand Up @@ -111,18 +111,18 @@ 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
{py3.7,py3.8,py3.9,py3.10}-django-{1.11,2.0,2.1,2.2,3.0,3.1,3.2}: pytest-asyncio
{py2.7,py3.7,py3.8,py3.9,py3.10}-django-{1.11,2.2,3.0,3.1,3.2}: psycopg2-binary

django-{1.8,1.9,1.10,1.11,2.0,2.1}: pytest-django<4.0
django-{2.2,3.0,3.1,3.2}: pytest-django>=4.0
django-{2.2,3.0,3.1,3.2}: Werkzeug<2.0

django-{4.0,4.1}: djangorestframework
django-{4.0,4.1}: pytest-asyncio
django-{4.0,4.1}: psycopg2-binary
django-{4.0,4.1}: pytest-django
django-{4.0,4.1}: Werkzeug
Expand All @@ -147,11 +147,14 @@ deps =
flask-1.1: Flask>=1.1,<1.2
flask-2.0: Flask>=2.0,<2.1

asgi: pytest-asyncio
asgi: async-asgi-testclient

quart: quart>=0.16.1
quart: quart-auth
quart: pytest-asyncio

starlette: pytest-asyncio
starlette: python-multipart
starlette: requests
starlette-0.21: httpx
Expand All @@ -161,6 +164,7 @@ deps =

fastapi: fastapi
fastapi: httpx
fastapi: pytest-asyncio
fastapi: python-multipart
fastapi: requests

Expand Down

0 comments on commit fe44f09

Please sign in to comment.