Skip to content

Commit 1cbc3a8

Browse files
Fix broken mypy on tests dir
1 parent e214655 commit 1cbc3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ for PY_VER in $PY_VER_UNIT_TESTS; do
152152
export MYPYPATH=$MYPYPATH:test/generated
153153

154154
# Run mypy
155-
MODULES=( "-m" "test" )
155+
MODULES=( -m test.test_generated_mypy -m test.test_grpc_usage -m test.test_grpc_async_usage )
156156
mypy --custom-typeshed-dir="$CUSTOM_TYPESHED_DIR" --python-executable=$UNIT_TESTS_VENV/bin/python --python-version="$PY_VER_MYPY_TARGET" "${MODULES[@]}"
157157

158158
# Run stubtest. Stubtest does not work with python impl - only cpp impl

0 commit comments

Comments
 (0)