From 3a91743f9bc9d4bd0ce0ee1aef8550dc66ff47ab Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Fri, 10 Jan 2025 08:47:56 +0100 Subject: [PATCH] setup: necessary because devs not released --- setup.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index cab8df4..b2dc808 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020-2024 Graz University of Technology. +# Copyright (C) 2020-2025 Graz University of Technology. # # invenio-theme-tugraz is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more @@ -42,9 +42,11 @@ install_requires = [options.extras_require] tests = - invenio-app>=1.3.4 + invenio-app>=1.3.4,<2.0.0 invenio-previewer>=2.2.0 + invenio-rdm-records<17.0.0 invenio-search[opensearch2]>=2.1.0 + pytest<8.0.0 pytest-black-ng>=0.4.0 pytest-invenio>=2.1.0 Sphinx>=4.5.0