python3: add check_compliance package requirements
Running check_compliance on a PR before submitting it can avert embarrassing mistakes. Ensure the packages needed to do so are installed along with all the others. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
parent
9f8d745b7f
commit
78f36fa534
2 changed files with 7 additions and 0 deletions
6
scripts/requirements-compliance.txt
Normal file
6
scripts/requirements-compliance.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# COMPLIANCE: required by the compliance scripts
|
||||
|
||||
# used by ci/check_compliance
|
||||
python-magic
|
||||
junitparser
|
||||
pylint
|
||||
|
|
@ -3,3 +3,4 @@
|
|||
-r requirements-doc.txt
|
||||
-r requirements-run-test.txt
|
||||
-r requirements-extras.txt
|
||||
-r requirements-compliance.txt
|
||||
|
|
|
|||
Loading…
Reference in a new issue