Skip to content

Commit

Permalink
setup: only for dev tags, will be removed
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Jan 24, 2025
1 parent 16c9490 commit 37aabbb
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# This file is part of Invenio.
#
# Copyright (C) 2021-2024 Graz University of Technology.
# Copyright (C) 2021-2025 Graz University of Technology.
#
# Invenio-Records-Marc21 is free software; you can redistribute it and/or
# modify it under the terms of the MIT License; see LICENSE file for more
Expand All @@ -27,27 +27,31 @@ classifiers =
[options]
include_package_data = True
packages = find:
python_requires = >=3.8
python_requires = >=3.12
zip_safe = False
install_requires =
arrow>=1.0.0
invenio-rdm-records>=4.0.0
invenio-rdm-records>=17.0.0.dev2
invenio-stats>=1.0.0
fastjsonschema>=2.16.0
lxml>=4.6.2

[options.extras_require]
tests =
flake8<5.0.0 # necessary to prevent error AttributeError ConfigFileFinder not found
invenio-app>=1.3.0,<2.0.0
invenio-app>=2.0.0,<3.0.0
invenio-cache>=1.0.6
invenio-db>=1.0.13,<2.0
invenio-i18n>=2.0.0,<3.0.0
invenio-previewer>=1.3.4
invenio-search[opensearch2]>=2.0.0
invenio-db>=2.0.0,<3.0.0
invenio-i18n>=3.0.0,<4.0.0
invenio-previewer>=3.0.0,<4.0.0
invenio-search[opensearch2]>=3.0.0,<4.0.0
invenio-communities>=18.0.0.dev2
invenio-jobs>=3.0.0.dev2
invenio-vocabularies>=7.0.0.dev2
invenio-requests>=6.0.0.dev2
invenio-users-resources>=7.0.0.dev2
pytest<8.0.0 # due to github actions couldn't resolve dependencies
pytest-black-ng>=0.4.0
pytest-invenio>=1.4.3
pytest-bandit>=0.6.1
pytest-invenio>=3.0.0,<4.0.0
pytest-mock>=1.6.0
Sphinx>=4
sphinx-autodoc-typehints>=1.10.3
Expand Down Expand Up @@ -140,6 +144,6 @@ ignore =
*-requirements.txt

[tool:pytest]
addopts = --isort --pydocstyle --bandit --black --doctest-glob="*.rst" --doctest-modules --cov=invenio_records_marc21 --cov-report=term-missing
addopts = --isort --pydocstyle --black --doctest-glob="*.rst" --doctest-modules --cov=invenio_records_marc21 --cov-report=term-missing
testpaths = tests invenio_records_marc21
live_server_scope = module

0 comments on commit 37aabbb

Please sign in to comment.