From dd18da8cc956435caab9b2d6f2834102f616080a Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Tue, 24 Sep 2024 14:48:53 +0200 Subject: [PATCH] setup: remove invenio-admin from tests * this makes it optional only --- .github/workflows/tests.yml | 2 +- setup.cfg | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 50f53d4a..937c57f1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,7 +41,7 @@ jobs: env: DB: ${{ matrix.DB }} - EXTRAS: tests,${{ matrix.DB }} + EXTRAS: tests,admin,${{ matrix.DB }} steps: - name: Checkout uses: actions/checkout@v4 diff --git a/setup.cfg b/setup.cfg index 9a87c44d..af44ccd9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,6 @@ install_requires = [options.extras_require] tests = - invenio-admin>=1.2.1,<2.0.0 pytest-black-ng>=0.4.0 pytest-invenio>=2.1.0,<3.0.0 pytest-mock>=1.6.0