From 23e9d87853b1fe9cb112d31b76c271388da43859 Mon Sep 17 00:00:00 2001 From: Nipunn Koorapati Date: Tue, 4 Jan 2022 00:59:26 -0800 Subject: [PATCH] Add python310 marker to test requirements for pytype (#6805) --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 3f50e343a..09ddfbfd5 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,5 +1,5 @@ mypy==0.930 -pytype==2021.11.29; platform_system != "Windows" +pytype==2021.11.29; platform_system != "Windows" and python_version < "3.10" # must match .pre-commit-config.yaml black==21.12b0 flake8==4.0.1