Skip to content

Commit

Permalink
Allowlist Twisted's license until liccheck is fixed
Browse files Browse the repository at this point in the history
Ref: dhatim/python-license-check#108

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
  • Loading branch information
abompard committed Sep 21, 2023
1 parent 9a2e75c commit 2d1a416
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ authorized_licenses = [

[tool.liccheck.authorized_packages]
noggin-messages = ">=0.0.1"
twisted = "23.8.0"

[tool.isort]
profile = "black"
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ commands =
# Make tox's poetry executable available for the run-liccheck script
setenv =
PATH={env:PATH}{:}{env:TOX_WORK_DIR}{/}.tox{/}bin
allowlist_externals =
{toxinidir}/devel/run-liccheck.sh
commands =
{toxinidir}/devel/run-liccheck.sh

Expand Down

0 comments on commit 2d1a416

Please sign in to comment.