From 463549f5ed318a448b3f779351c0725df0223a92 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Wed, 23 Aug 2023 14:15:01 +0200 Subject: [PATCH] Correct instructions for invoking pip (#1884) --- 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 a270fa62..71bbd642 100644 --- a/docs/development_testing.md +++ b/docs/development_testing.md @@ -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