chore: disable license check in pcc

It needs to be disabled because we use different versions of dependencies depending on the python version.

This system was not ideal anyway, it was just checking for string equality, whereas it should have checked if the licenses are accepted without looking into a pre-committed file.

Another PR will follow to improve the situation around licenses.
This commit is contained in:
Umut
2023-02-28 14:32:02 +01:00
parent 7e4d2cb6a2
commit b5393eade9

View File

@@ -78,7 +78,7 @@ pcc:
--no-print-directory pcc_internal
PCC_DEPS := check_python_format check_finalize_nb python_linting mypy_ci pydocstyle shell_lint
PCC_DEPS += check_supported_functions check_licenses
PCC_DEPS += check_supported_functions # check_licenses
# Not commented on purpose for make help, since internal
.PHONY: pcc_internal