Use uv to install test requirements (#2450)

This commit is contained in:
Abílio Costa 2024-11-13 15:44:48 +00:00 committed by GitHub
parent 58a6cefb57
commit 63376ee056
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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:
```shell
pip3 install -r requirements_test_all.txt
uv pip install -r requirements_test_all.txt
```
### Running a limited test suite