From b66476cf125d224f477609b5cbb4777b4be5e279 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Tue, 4 Feb 2025 11:46:49 +0100 Subject: [PATCH] check-python-files.sh: update path for test_psa_constant_names.py Update the path of the file now that it has been moved to the framework repo. Signed-off-by: Valerio Setti --- scripts/check-python-files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-python-files.sh b/scripts/check-python-files.sh index 77102ba50..a51766f71 100755 --- a/scripts/check-python-files.sh +++ b/scripts/check-python-files.sh @@ -38,7 +38,7 @@ can_pylint () { can_mypy () { # mypy 0.770 is too old: - # tests/scripts/test_psa_constant_names.py:34: error: Cannot find implementation or library stub for module named 'mbedtls_framework' + # framework/scripts/test_psa_constant_names.py:34: error: Cannot find implementation or library stub for module named 'mbedtls_framework' # mypy 0.780 from pip passed on the first commit containing this line. check_version mypy.version 0.780 }