Removing mypy to fix the nova CI

Just removing mypy and then we will revert this patch once
I035d6dc752eaa83105cc12797765b304d843e1f7 is merged.

Change-Id: Iaa02e9d35419bf7100cef1014217210c1d5b6855
This commit is contained in:
Sylvain Bauza 2021-06-10 10:57:48 +02:00
parent d64edd3da2
commit 531fa4cd04
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ envdir = {toxworkdir}/shared
passenv = passenv =
DISABLE_CHERRY_PICK_CHECK DISABLE_CHERRY_PICK_CHECK
commands = commands =
{[testenv:mypy]commands} # {[testenv:mypy]commands}
bash tools/flake8wrap.sh {posargs} bash tools/flake8wrap.sh {posargs}
# Check that all JSON files don't have \r\n in line. # Check that all JSON files don't have \r\n in line.
bash -c "! find doc/ -type f -name *.json | xargs grep -U -n $'\r'" bash -c "! find doc/ -type f -name *.json | xargs grep -U -n $'\r'"