From ded0e22c1b0e459be21e96f6e6bb14e5a211dc2f Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Fri, 28 Feb 2025 14:09:18 +0100 Subject: [PATCH] ci: skip jeepney package since it is MIT licensed but metadata complains --- .github/workflows/ci-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 1eee9370..1598c3c2 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -49,7 +49,7 @@ jobs: with: python-version: ${{ env.MAIN_PYTHON_VERSION }} target: "all" - whitelist-license-check: "attrs,referencing" # This has MIT license but fails the check + whitelist-license-check: "attrs,referencing,jeepney" # This has MIT license but fails the check docs-style: name: Documentation Style Check @@ -130,7 +130,7 @@ jobs: operating-system: ${{ runner.os }} python-version: ${{ matrix.python-version }} target: "all" - whitelist-license-check: "attrs,referencing" # This has MIT license but fails the check + whitelist-license-check: "attrs,referencing,jeepney" # This has MIT license but fails the check - name: List dependencies (pip freeze) run: |