aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2021-03-23 15:19:17 -0700
committerDylan Baker <dylan@pnwbakers.com>2021-03-23 15:28:08 -0700
commit1767c57492529fc7c3823871f861db35b89f5c1f (patch)
tree757c77d1349290348e4483557e84e1a59a4aa6b9
parentadbfa12409dbbfc44fe48d12abd2d92bec9249ad (diff)
downloadmeson-1767c57492529fc7c3823871f861db35b89f5c1f.zip
meson-1767c57492529fc7c3823871f861db35b89f5c1f.tar.gz
meson-1767c57492529fc7c3823871f861db35b89f5c1f.tar.bz2
run_project_tests: add annotations
-rwxr-xr-xrun_project_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_project_tests.py b/run_project_tests.py
index ef800a0..6cc89f6 100755
--- a/run_project_tests.py
+++ b/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