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 <[email protected]>
This commit is contained in:
Valerio Setti
2025-02-04 11:46:49 +01:00
parent 9d3a14412e
commit b66476cf12
+1 -1
View File
@@ -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
}