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
This commit is contained in:
Eric Harney 2022-07-26 09:45:08 -04:00
parent f8fa57a8b9
commit d5058ed598

View File

@ -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