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: Ica954cffd760d7a9d48ba38d01e0e01e84553ff8
This commit is contained in:
Eric Harney 2022-08-09 11:12:10 -04:00
parent b41b3c8814
commit d5820f5319
1 changed files with 1 additions and 1 deletions

View File

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