mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-23 17:26:29 +00:00
Correct instructions for invoking pip (#1884)
This commit is contained in:
parent
7d2aebb3e5
commit
463549f5ed
@ -43,7 +43,7 @@ If you are working on tests for an integration and you changed the dependencies,
|
|||||||
Next you can update all dependencies in your development environment by running:
|
Next you can update all dependencies in your development environment by running:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
pip3 install --use-deprecated=legacy-resolver -r requirements_test_all.txt -c homeassistant/package_constraints.txt
|
pip3 install -r requirements_test_all.txt
|
||||||
```
|
```
|
||||||
### Running a limited test suite
|
### Running a limited test suite
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user