Skip to content

Commit

Permalink
Fixed PyPy test failure with Django
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Jun 30, 2023
1 parent 637f395 commit f044a55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ test = [
"httpx",
"websockets",
"aiohttp >= 3.8; python_version < '3.12'",
"asphalt-web[asgi3,starlette,django,fastapi]",
"Django >= 3.2; python_implementation == 'CPython'",
"asphalt-web[asgi3,starlette,fastapi]",
]
doc = [
"Sphinx >= 6.0",
Expand Down

0 comments on commit f044a55

Please sign in to comment.