Skip to content

Commit

Permalink
Ignore packages using PEP 639 in license-check until we reimplement it.
Browse files Browse the repository at this point in the history
For now this at least gets CI passing again.
  • Loading branch information
Julian committed Dec 28, 2024
1 parent 2fb1d2c commit 0696c69
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,17 @@ def license_check(session):
"-m",
"piplicenses",
"--ignore-packages",

# because they're not our deps
"pip-requirements-parser",
"pip_audit",
"pip-api",

# because pip-licenses doesn't yet support PEP 639 :/
"attrs",
"jsonschema",
"referencing",

"--allow-only",
";".join(NONGPL_LICENSES),
)
Expand Down

0 comments on commit 0696c69

Please sign in to comment.