diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index 49b032ed2e8a2e..c8fc16e4b95cda 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -213,6 +213,9 @@ stages: pip install -r requirements_test.txt -c homeassistant/package_constraints.txt - script: | . venv/bin/activate + # This is a TEMP. Eventually we should make sure our 4 dependencies drop typing. + # Find offending deps with `pipdeptree -r -p typing` + pip uninstall -y typing pip install -e . displayName: "Install Home Assistant" - script: |