[misc] Added pytest and pytest-aiohttp to test dependencies

pull/2/head
missytake 2023-03-18 20:58:33 +01:00
parent 3d482dd5f5
commit 7fd716cecc
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ ln -sf ../../git-hooks/commit-msg .git/hooks/commit-msg
# create virtualenv
virtualenv -p $(which python3.10) backend/.venv
backend/.venv/bin/pip install tox black
backend/.venv/bin/pip install tox black pytest pytest-aiohttp