Skip to content

Commit 531fa4c

Browse files
committed
Removing mypy to fix the nova CI
Just removing mypy and then we will revert this patch once I035d6dc752eaa83105cc12797765b304d843e1f7 is merged. Change-Id: Iaa02e9d35419bf7100cef1014217210c1d5b6855
1 parent d64edd3 commit 531fa4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ envdir = {toxworkdir}/shared
5454
passenv =
5555
DISABLE_CHERRY_PICK_CHECK
5656
commands =
57-
{[testenv:mypy]commands}
57+
# {[testenv:mypy]commands}
5858
bash tools/flake8wrap.sh {posargs}
5959
# Check that all JSON files don't have \r\n in line.
6060
bash -c "! find doc/ -type f -name *.json | xargs grep -U -n $'\r'"

0 commit comments

Comments
 (0)