Skip to content

Commit

Permalink
setup: move to support python3.12 only
Browse files Browse the repository at this point in the history
* remove not used files

* remove --db from run-tests.sh because it is not necessary to run the
  tests. only use what is necessary!
  • Loading branch information
utnapischtim committed Jul 19, 2024
1 parent 74dbb11 commit ef9ea70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
12 changes: 0 additions & 12 deletions requirements-devel.txt

This file was deleted.

2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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[@]}"}
8 changes: 3 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -17,9 +17,7 @@ author_email = [email protected]
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]
Expand All @@ -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 =
Expand Down

0 comments on commit ef9ea70

Please sign in to comment.