From 2d1a416f790b2d25fdad3a5332dc2d29aa5b241d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 21 Sep 2023 11:34:19 +0200 Subject: [PATCH] Allowlist Twisted's license until liccheck is fixed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref: https://github.com/dhatim/python-license-check/pull/108 Signed-off-by: Aurélien Bompard --- pyproject.toml | 1 + tox.ini | 2 ++ 2 files changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 72bb25937..ccba35e00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -180,6 +180,7 @@ authorized_licenses = [ [tool.liccheck.authorized_packages] noggin-messages = ">=0.0.1" +twisted = "23.8.0" [tool.isort] profile = "black" diff --git a/tox.ini b/tox.ini index 247c27a76..8b3cf5ab2 100644 --- a/tox.ini +++ b/tox.ini @@ -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