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:
parent
f8fa57a8b9
commit
d5058ed598
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user