Skip to content

Commit 0696c69

Browse files
committed
Ignore packages using PEP 639 in license-check until we reimplement it.
For now this at least gets CI passing again.
1 parent 2fb1d2c commit 0696c69

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

noxfile.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,17 @@ def license_check(session):
115115
"-m",
116116
"piplicenses",
117117
"--ignore-packages",
118+
119+
# because they're not our deps
118120
"pip-requirements-parser",
119121
"pip_audit",
120122
"pip-api",
123+
124+
# because pip-licenses doesn't yet support PEP 639 :/
125+
"attrs",
126+
"jsonschema",
127+
"referencing",
128+
121129
"--allow-only",
122130
";".join(NONGPL_LICENSES),
123131
)

0 commit comments

Comments
 (0)