Skip to content

Commit

Permalink
mypy: work around mypy bug #13214
Browse files Browse the repository at this point in the history
Turn off in-project stubs for now until this bug
is fixed and in a mypy release we can consume.

python/mypy#13214

Change-Id: I079802bea4ae86ed29c57bd5273ef8e0e4bb6b3c
  • Loading branch information
eharney committed Jul 26, 2022
1 parent f8fa57a commit d5058ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mypywrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5058ed

Please sign in to comment.