From 569fcea637023b3df2fe45c6f08c26037bfa6a74 Mon Sep 17 00:00:00 2001 From: Rebecca Chen Date: Fri, 29 Jan 2021 00:15:54 -0800 Subject: [PATCH] Switch back to installing the released version of pytype. (#4985) 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 80e2a55a8..ee24076de 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