From d5820f531901fd87b692b225c155c4e262731375 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Tue, 9 Aug 2022 11:12:10 -0400 Subject: [PATCH] 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 --- tools/mypywrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mypywrap.sh b/tools/mypywrap.sh index 4fcb28c08..3bb3a564c 100644 --- a/tools/mypywrap.sh +++ b/tools/mypywrap.sh @@ -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