[misc] Added pytest and pytest-aiohttp to test dependencies
This commit is contained in:
parent
3d482dd5f5
commit
7fd716cecc
2
setup.sh
2
setup.sh
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue