summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSylvain Bauza <sbauza@redhat.com>2021-06-10 10:57:48 +0200
committerSylvain Bauza <sbauza@redhat.com>2021-06-10 11:00:22 +0200
commit531fa4cd04ca1b8ee869f95d427ea26df0852541 (patch)
tree238a776b5fd8946261ec688cd48b4e8e24dc201b /tox.ini
parentd64edd3da2336a5c7c8f69cced45272cbaf638a9 (diff)
downloadnova-531fa4cd04ca1b8ee869f95d427ea26df0852541.tar.gz
Removing mypy to fix the nova CI
Just removing mypy and then we will revert this patch once I035d6dc752eaa83105cc12797765b304d843e1f7 is merged. Change-Id: Iaa02e9d35419bf7100cef1014217210c1d5b6855
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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'"