We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e214655 commit 1cbc3a8Copy full SHA for 1cbc3a8
run_test.sh
@@ -152,7 +152,7 @@ for PY_VER in $PY_VER_UNIT_TESTS; do
152
export MYPYPATH=$MYPYPATH:test/generated
153
154
# Run mypy
155
- MODULES=( "-m" "test" )
+ MODULES=( -m test.test_generated_mypy -m test.test_grpc_usage -m test.test_grpc_async_usage )
156
mypy --custom-typeshed-dir="$CUSTOM_TYPESHED_DIR" --python-executable=$UNIT_TESTS_VENV/bin/python --python-version="$PY_VER_MYPY_TARGET" "${MODULES[@]}"
157
158
# Run stubtest. Stubtest does not work with python impl - only cpp impl
0 commit comments