Remove MYPYPATH from tox

It seems that this is no longer needed and it is crashing the tests now.

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2022-07-21 13:59:35 +02:00
parent 8444802721
commit 049403fc59

View file

@ -28,7 +28,6 @@ deps =
mypy
setenv =
{[testenv]setenv}
MYPYPATH={toxinidir}
commands = mypy --config-file {toxinidir}/mypy.cfg toddlers tests
[testenv:flake8]