From 7fd716cecc96d05824376370d3fbb5522c389c3c Mon Sep 17 00:00:00 2001 From: missytake Date: Sat, 18 Mar 2023 20:58:33 +0100 Subject: [PATCH] [misc] Added pytest and pytest-aiohttp to test dependencies --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index be53487..13b674f 100755 --- a/setup.sh +++ b/setup.sh @@ -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