From 049403fc596516dcf604530146584505b3b8f957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Thu, 21 Jul 2022 13:59:35 +0200 Subject: [PATCH] Remove MYPYPATH from tox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It seems that this is no longer needed and it is crashing the tests now. Signed-off-by: Michal Konečný --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9b5c496..714e2de 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,6 @@ deps = mypy setenv = {[testenv]setenv} - MYPYPATH={toxinidir} commands = mypy --config-file {toxinidir}/mypy.cfg toddlers tests [testenv:flake8]