From 490d3ca29d7334b3d1cdc95c5f70456bbef91984 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Thu, 10 Jun 2021 11:03:01 -0400 Subject: [PATCH] Work with latest mypy. --- newsfragments/3734.minor | 0 tox.ini | 6 +++++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 newsfragments/3734.minor diff --git a/newsfragments/3734.minor b/newsfragments/3734.minor new file mode 100644 index 000000000..e69de29bb diff --git a/tox.ini b/tox.ini index 272e902fe..bf688f882 100644 --- a/tox.ini +++ b/tox.ini @@ -155,7 +155,11 @@ basepython = python3 skip_install = True deps = mypy - git+https://github.com/Shoobx/mypy-zope + mypy-zope + types-mock + types-six + types-PyYAML + types-pkg_resources git+https://github.com/warner/foolscap # Twisted 21.2.0 introduces some type hints which we are not yet # compatible with.