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

This commit is contained in:
missytake 2023-03-18 20:58:33 +01:00
parent 3d482dd5f5
commit 7fd716cecc

View file

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