From 6905c0d02aa9063bf378d9b246150eb6a887b3b7 Mon Sep 17 00:00:00 2001 From: Akuli Date: Thu, 6 May 2021 16:40:49 +0300 Subject: [PATCH] fix ci (#5353) --- requirements-tests-py3.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements-tests-py3.txt b/requirements-tests-py3.txt index 401f26cb9..7364fc6bc 100644 --- a/requirements-tests-py3.txt +++ b/requirements-tests-py3.txt @@ -8,3 +8,6 @@ flake8-bugbear==20.1.4 flake8-pyi==20.10.0 isort==5.5.3 pytype>=2021.4.1 + +# workaround for https://github.com/google/pytype/issues/909 +attrs==20.3.0