Skip to content

Commit 63675dc

Browse files
committed
Add test dependencies
These are required to be able to test asyncio functionality, as well as making ASGI test clients play nice asynchronously.
1 parent 2f40cea commit 63675dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Pipfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ url = "https://pypi.org/simple"
44
verify_ssl = true
55

66
[dev-packages]
7+
async-asgi-testclient = "*"
78
bandit = "*"
89
black = "==19.10b0"
910
coveralls = "*"
1011
invoke = "*"
1112
isort = "*"
1213
pylint = "*"
1314
pytest = "*"
15+
pytest-asyncio = "*"
1416
pytest-cov = "*"
1517

1618
[packages]

0 commit comments

Comments
 (0)