diff --git a/setup.py b/setup.py index f3c4557107..fbd3797c6e 100644 --- a/setup.py +++ b/setup.py @@ -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.2.1', ] db_version = '>=1.0.9,<1.1.0'