Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb1d2c commit 0696c69Copy full SHA for 0696c69
1 file changed
noxfile.py
@@ -115,9 +115,17 @@ def license_check(session):
115
"-m",
116
"piplicenses",
117
"--ignore-packages",
118
+
119
+ # because they're not our deps
120
"pip-requirements-parser",
121
"pip_audit",
122
"pip-api",
123
124
+ # because pip-licenses doesn't yet support PEP 639 :/
125
+ "attrs",
126
+ "jsonschema",
127
+ "referencing",
128
129
"--allow-only",
130
";".join(NONGPL_LICENSES),
131
)
0 commit comments