diff --git a/test/static-code b/test/static-code index 318b340cd051..eeefb5123321 100755 --- a/test/static-code +++ b/test/static-code @@ -40,6 +40,7 @@ test_ruff() { if [ "${WITH_PARTIAL_TREE:-0}" = 0 ]; then test_mypy() { + skip 'no way' command -v mypy >/dev/null || skip 'no mypy' for file in $(cat test/mypy-deps 2>/dev/null || true); do test -e "${file}" || skip "no ${file}"