From 7254186ac4426e687870c4ef96a5fd99a77d079f Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 10 Dec 2023 19:21:38 +0100 Subject: [PATCH] Adjusted contributing instructions to note Daphne dependency. (#2023) Co-authored-by: Carlton Gibson --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index fdc91988..fc35f884 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -25,8 +25,8 @@ Make sure the tests pass: .. code-block:: sh - python -m pip install -e .[tests] - tox + python -m pip install -e .[tests,daphne] + pytest .. note:: If you're using ``zsh`` for your shell, the above command will fail with a