From d6d43f2b0af9fe8e07dc694bb3109cb4331d5ca0 Mon Sep 17 00:00:00 2001 From: missytake Date: Sat, 18 Mar 2023 13:42:17 +0100 Subject: [PATCH] [doc] Document development dependencies in case someone runs pytest alone --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c85b86c..2c61cb7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ 3. Activate your dev environment with `source .venv/bin/activate` 4. Update pip packages with `pip install -U pip setuptools wheel` 5. Install with `pip install .` -6. Install development dependencies with `pip install tox black` +6. Install development dependencies with `pip install tox black pytest pytest-aiohttp` 7. Add git-hook to run test and stylecheck before commmit with `ln -s ../../git-hooks/pre-commit .git/hooks/pre-commit` 8. Add git-hook to check commmit message format with