From c82ece27212f5b445412587cdd19605e82ec0a12 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 28 Apr 2020 20:35:04 -0500 Subject: [PATCH] Fix pylint CI (#34836) --- azure-pipelines-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index 49b032ed2e8..da60db941da 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -211,6 +211,9 @@ stages: pip install -U pip setuptools wheel pip install -r requirements_all.txt -c homeassistant/package_constraints.txt pip install -r requirements_test.txt -c homeassistant/package_constraints.txt + # 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 - script: | . venv/bin/activate pip install -e .