From d5058ed59879c88946abe3b727c7241dc5a0b5ec Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Tue, 26 Jul 2022 09:45:08 -0400 Subject: [PATCH] mypy: work around mypy bug #13214 Turn off in-project stubs for now until this bug is fixed and in a mypy release we can consume. https://github.com/python/mypy/issues/13214 Change-Id: I079802bea4ae86ed29c57bd5273ef8e0e4bb6b3c --- tools/mypywrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mypywrap.sh b/tools/mypywrap.sh index 433312152e6..7b8b07bccd2 100755 --- a/tools/mypywrap.sh +++ b/tools/mypywrap.sh @@ -12,7 +12,7 @@ ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -export MYPYPATH=$ROOT_DIR/../cinder/tests/stubs/ +#export MYPYPATH=$ROOT_DIR/../cinder/tests/stubs/ if [ $# -eq 0 ]; then # if no arguments provided, use the standard converted lists