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: Ica954cffd760d7a9d48ba38d01e0e01e84553ff8
  • Loading branch information
eharney committed Aug 18, 2022
1 parent b41b3c8 commit d5820f5
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/../os_brick/tests/stubs/
#export MYPYPATH=$ROOT_DIR/../os_brick/tests/stubs/

if [ $# -eq 0 ]; then
# if no arguments provided, use the standard converted lists
Expand Down

0 comments on commit d5820f5

Please sign in to comment.