From b5d62909ffdcaf1d892e6e5424f3dfe6767ec93f Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 16 Dec 2021 09:14:34 -0500 Subject: [PATCH] Pin to `mypy` 0.910 Avoids the issue noted in https://github.com/python-trio/trio-typing/issues/50 to keep CI green. --- requirements-test.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index a46c4f3..5ad6c45 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,7 +1,7 @@ pytest pytest-trio pdbpp -mypy +mypy<0.920 trio_typing pexpect -towncrier \ No newline at end of file +towncrier