From d830191748f82d0503625d756caec0d38ad817e5 Mon Sep 17 00:00:00 2001 From: Carlin MacKenzie Date: Tue, 26 Mar 2024 13:22:50 +0100 Subject: [PATCH] bump: pytest dependencies --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f3c4557107..7b4ad8799f 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of Invenio. -# Copyright (C) 2015-2019 CERN. +# Copyright (C) 2015-2024 CERN. # # Invenio is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. @@ -15,7 +15,8 @@ readme = open('README.rst').read() tests_require = [ - 'pytest-invenio>=1.4.0,<1.5.0', + 'pytest-invenio>=2.0.0', + 'pytest-pydocstyle>=2.3.2', ] db_version = '>=1.0.9,<1.1.0'