django / channels

Developer-friendly asynchrony for Django
https://channels.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6.08k stars 800 forks source link

docs: contributing.rst: add missing extra daphne #2023

Closed devkral closed 10 months ago

devkral commented 1 year ago

The test environment setup is wrong. It lacks the extra daphne, required for the tests

carltongibson commented 1 year ago

The fix here would be to add Daphne to the test extra I think. 🤔

devkral commented 1 year ago

tox.ini specifies the extras exactly this way:

[testenv]
extras = tests, daphne