Skip to content

Commit

Permalink
setup: remove invenio-admin from tests
Browse files Browse the repository at this point in the history
* this makes it optional only
  • Loading branch information
utnapischtim committed Sep 24, 2024
1 parent f2f9554 commit dd18da8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd18da8

Please sign in to comment.