- Notifications
You must be signed in to change notification settings - Fork 8.2k
Open
Copy link
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bug
Description
Describe the bug
check_compliance.py fails on installing requirements-compliance.txt.
Observation:
scripts works fine while installing master requirement.txt , but script should also run with its standalone requirement.txt as well.
Regression
- This is a regression.
Steps to reproduce
Steps:
- pip install -r requirements-compliance.txt
- ./scripts/ci/check_compliance.py -c <commit_id>
error:
ModuleNotFoundError: No module named 'reuse'
Relevant log output
Impact
Annoyance – Minor irritation; no significant impact on usability or functionality.
Environment
OS: Ubuntu 24.04
Additional Context
No response
Metadata
Metadata
Assignees
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bug