diff --git a/requirements-devel.txt b/requirements-devel.txt deleted file mode 100644 index bdbe64f..0000000 --- a/requirements-devel.txt +++ /dev/null @@ -1,12 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (C) 2021 Graz University of Technology. -# -# repository-cli is free software; you can redistribute it and/or modify it -# under the terms of the MIT License; see LICENSE file for more details. -# -# TODO: Add development versions of some important dependencies here to get a -# warning when there are breaking upstream changes, e.g.: -# -# -e git+git://github.com/mitsuhiko/werkzeug.git#egg=Werkzeug -# -e git+git://github.com/mitsuhiko/jinja2.git#egg=Jinja2 diff --git a/run-tests.sh b/run-tests.sh index 7a3c82c..3d1a4ab 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -42,5 +42,5 @@ fi python -m check_manifest python -m sphinx.cmd.build -qnNW docs docs/_build/html -eval "$(docker-services-cli up --db ${DB:-postgresql} --search ${SEARCH:-opensearch} --cache ${CACHE:-redis} --env)" +eval "$(docker-services-cli up --search ${SEARCH:-opensearch} --cache ${CACHE:-redis} --env)" python -m pytest ${pytest_args[@]+"${pytest_args[@]}"} diff --git a/setup.cfg b/setup.cfg index 655f67a..7627c63 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2021-2023 Graz University of Technology. +# Copyright (C) 2021-2024 Graz University of Technology. # # repository-cli is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. @@ -17,9 +17,7 @@ author_email = info@inveniosoftware.org platforms = any url = https://github.com/inveniosoftware/repository-cli classifiers = - Programming Language :: Python :: 3.9 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Development Status :: 5 - Production/Stable [options] @@ -44,7 +42,7 @@ tests = invenio-cache>=1.1.1 Sphinx>=4.5 sphinx-click>=2.5.0 - ruff>=0.0.270 + ruff>=0.5.3 [options.entry_points] flask.commands =