From a2fc27929fe7f7d6dc87700560d58abd08ddad46 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 26 Jul 2020 03:33:59 -0400 Subject: [PATCH] Remove workaround for python/mypy#8627. Ref jaraco/skeleton#18. --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 97cc4261..ba5857a3 100644 --- a/tox.ini +++ b/tox.ini @@ -7,8 +7,6 @@ tox_pip_extensions_ext_venv_update = true [testenv] deps = - # workaround for python/mypy#8627 - mypy@git+https://github.com/python/mypy commands = pytest {posargs} usedevelop = True