run_project_tests: add annotations

pull/8568/head
Dylan Baker 4 years ago
parent adbfa12409
commit 1767c57492
  1. 2
      run_project_tests.py

@ -817,7 +817,7 @@ def have_java():
return True
return False
def skippable(suite, test):
def skippable(suite: str, test: str) -> bool:
# Everything is optional when not running on CI
if not under_ci:
return True

Loading…
Cancel
Save