Correct instructions for invoking pip (#1884)

This commit is contained in:
Erik Montnemery 2023-08-23 14:15:01 +02:00 committed by GitHub
parent 7d2aebb3e5
commit 463549f5ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
```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