From defba7bce51dde259c5c5a4238266320f1a3f398 Mon Sep 17 00:00:00 2001 From: Rebecca Chen Date: Thu, 28 Jan 2021 19:59:40 -0800 Subject: [PATCH] Switch back to installing the released version of pytype. pytype-2021.01.28 contains the changes needed to support the new typeshed directory structure. --- requirements-tests-py3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests-py3.txt b/requirements-tests-py3.txt index 80e2a55a83bf..ee24076de81d 100644 --- a/requirements-tests-py3.txt +++ b/requirements-tests-py3.txt @@ -5,4 +5,4 @@ flake8==3.8.4 flake8-bugbear==20.1.4 flake8-pyi==20.10.0 isort[pyproject]==5.5.3 -git+https://github.com/google/pytype.git@master +pytype>=2021.01.28