From 531fa4cd04ca1b8ee869f95d427ea26df0852541 Mon Sep 17 00:00:00 2001 From: Sylvain Bauza Date: Thu, 10 Jun 2021 10:57:48 +0200 Subject: Removing mypy to fix the nova CI Just removing mypy and then we will revert this patch once I035d6dc752eaa83105cc12797765b304d843e1f7 is merged. Change-Id: Iaa02e9d35419bf7100cef1014217210c1d5b6855 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 37cfdbb31c..184d95116a 100644 --- a/tox.ini +++ b/tox.ini @@ -54,7 +54,7 @@ envdir = {toxworkdir}/shared passenv = DISABLE_CHERRY_PICK_CHECK commands = - {[testenv:mypy]commands} + # {[testenv:mypy]commands} bash tools/flake8wrap.sh {posargs} # 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'" -- cgit v1.2.1