Skip to content

Commit 954e8f4

Browse files
committed
Added httpx to fastapi test requirements
1 parent 914aa8f commit 954e8f4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tox.ini

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,13 @@ deps =
116116
django-{1.11,2.0,2.1,2.2,3.0,3.1,3.2}: djangorestframework>=3.0.0,<4.0.0
117117

118118
{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
119-
{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
120119
{py2.7,py3.7,py3.8,py3.9,py3.10}-django-{1.11,2.2,3.0,3.1,3.2}: psycopg2-binary
121120

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

126125
django-{4.0,4.1}: djangorestframework
127-
django-{4.0,4.1}: pytest-asyncio
128126
django-{4.0,4.1}: psycopg2-binary
129127
django-{4.0,4.1}: pytest-django
130128
django-{4.0,4.1}: Werkzeug
@@ -149,14 +147,11 @@ deps =
149147
flask-1.1: Flask>=1.1,<1.2
150148
flask-2.0: Flask>=2.0,<2.1
151149

152-
asgi: pytest-asyncio
153150
asgi: async-asgi-testclient
154151

155152
quart: quart>=0.16.1
156153
quart: quart-auth
157-
quart: pytest-asyncio
158154

159-
starlette: pytest-asyncio
160155
starlette: python-multipart
161156
starlette: requests
162157
starlette-0.21: httpx
@@ -165,7 +160,7 @@ deps =
165160
starlette-0.21: starlette>=0.21.0,<0.22.0
166161

167162
fastapi: fastapi
168-
fastapi: pytest-asyncio
163+
fastapi: httpx
169164
fastapi: python-multipart
170165
fastapi: requests
171166

0 commit comments

Comments
 (0)