Skip to content

Commit

Permalink
bump: pytest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
carlinmack committed Mar 26, 2024
1 parent 0cd36fa commit d830191
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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'
Expand Down

0 comments on commit d830191

Please sign in to comment.