Skip to content

Commit

Permalink
setup: make invenio-admin optional
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Sep 24, 2024
1 parent bfcda43 commit 141ba81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ on:
jobs:
Python:
uses: inveniosoftware/workflows/.github/workflows/tests-python.yml@master
with:
extras: tests,admin
3 changes: 2 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.3.0,<2.0.0
invenio-celery>=1.2.5,<2.0.0
invenio-db[mysql,postgresql,versioning]>=1.0.9,<2.0.0
invenio-indexer>=2.1.0,<3.0.0
Expand All @@ -47,6 +46,8 @@ tests =
pytest-invenio>=2.1.0,<3.0.0
mock>=1.3.0
Sphinx>=4.5.0
admin =
invenio-admin>=1.3.0,<2.0.0
elasticsearch7 =
invenio-search[elasticsearch7]>=2.1.0,<3.0.0
opensearch1 =
Expand Down

0 comments on commit 141ba81

Please sign in to comment.