Skip to content

Commit

Permalink
setup: sort tests imports
Browse files Browse the repository at this point in the history
* remove unnecessary special opensearch2. moved to tests.
  • Loading branch information
utnapischtim committed Jan 31, 2024
1 parent 11bce0a commit 87bead9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,11 @@ install_requires =

[options.extras_require]
tests =
pytest-black-ng>=0.4.0
Sphinx>=4.5.0
pytest-invenio>=2.1.0,<3.0.0
invenio-app>=1.3.4,<1.4.0
opensearch2 =
invenio-search[opensearch2]>=2.1.0,<3.0.0
pytest-black-ng>=0.4.0
pytest-invenio>=2.1.0,<3.0.0
Sphinx>=4.5.0

[options.entry_points]
invenio_base.apps =
Expand Down

0 comments on commit 87bead9

Please sign in to comment.