Skip to content

Commit

Permalink
setup: update test deps pin
Browse files Browse the repository at this point in the history
  • Loading branch information
yashlamba committed Feb 25, 2025
1 parent 68a404c commit 12dd44b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,17 @@ install_requires =

[options.extras_require]
tests =
invenio-app>=1.3.4,<2.0.0
pytest-invenio>=2.1.0,<3.0.0
invenio-app>=2.0.0,<3.0.0
invenio-db[postgresql,mysql]>=2.0.0,<3.0.0
pytest-invenio>=3.0.0,<4.0.0
pytest-black-ng>=0.4.0
sphinx>=4.5.0
elasticsearch7 =
invenio-search[elasticsearch7]>=2.1.0,<3.0.0
invenio-search[elasticsearch7]>=3.0.0,<4.0.0
opensearch1 =
invenio-search[opensearch1]>=2.1.0,<3.0.0
invenio-search[opensearch1]>=3.0.0,<4.0.0
opensearch2 =
invenio-search[opensearch2]>=2.1.0,<3.0.0
invenio-search[opensearch2]>=3.0.0,<4.0.0

[options.entry_points]
invenio_base.apps =
Expand Down

0 comments on commit 12dd44b

Please sign in to comment.