home-assistant / developers.home-assistant

Developers website for Home Assistant.

Home Page:https://developers.home-assistant.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation fails to mention installation of test dependencies

Xiretza opened this issue · comments

When following the documentation on https://developers.home-assistant.io/docs/development_environment and https://developers.home-assistant.io/docs/development_testing, pytest and mypy both fail. Either the documentation needs to say that pip3 install -r requirements_test_all.txt needs to be run explicitly, or script/setup needs to run it for the user.