From 63376ee05615ae30de85fe1c0be4b0a2d274047d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ab=C3=ADlio=20Costa?= Date: Wed, 13 Nov 2024 15:44:48 +0000 Subject: [PATCH] Use uv to install test requirements (#2450) --- docs/development_testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development_testing.md b/docs/development_testing.md index 141b0141..3e17ec6b 100644 --- a/docs/development_testing.md +++ b/docs/development_testing.md @@ -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