mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-12 03:46:28 +00:00
Use uv to install test requirements (#2450)
This commit is contained in:
parent
58a6cefb57
commit
63376ee056
@ -45,7 +45,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 -r requirements_test_all.txt
|
uv pip 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