-
Notifications
You must be signed in to change notification settings - Fork 31
Find an alternative to liccheck #290
Copy link
Copy link
Open
Labels
status: openNo solution for this issue has been providedNo solution for this issue has been providedtopic: utilsIssue/PR related to the utilsIssue/PR related to the utilstype: clean codeIssue/PR related to clean coding and pythonicsIssue/PR related to clean coding and pythonics
Description
Description of the Issue:
We currently check the license compatibility of our dependencies with the package liccheck. However, the current liccheck version depends on the pkg_resources module, which has been deprecated with setuptools==82.0.0.
Since liccheck does not seem to be maintained anymore (last update Sept. 2023), we should find an alternative that is compatible with the latest setuptools versions.
Proposed Solution:
Find an alternative to liccheck with at least the same capabilities that
- does not depend on pkg_resources
- checks all our dependencies (requirements.txt, dev-requirements.txt, fourc_requirements.txt, ...)
Action Items:
No response
Related Issues:
No response
Interested Parties:
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status: openNo solution for this issue has been providedNo solution for this issue has been providedtopic: utilsIssue/PR related to the utilsIssue/PR related to the utilstype: clean codeIssue/PR related to clean coding and pythonicsIssue/PR related to clean coding and pythonics