Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #69 from CSCfi/5fe7dependabot/pip/pytest-lt-6.3
Browse files Browse the repository at this point in the history
Update pytest requirement from <5.4 to <6.3
  • Loading branch information
teemukataja committed Mar 17, 2021
2 parents 47e55e4 + 0bebdca commit 78d2fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@
'jsonschema==3.0.2', 'gunicorn'
],
extras_require={
'test': ['coverage', 'pytest<5.4', 'pytest-cov',
'test': ['coverage', 'pytest<6.3', 'pytest-cov',
'coveralls', 'testfixtures', 'tox',
'flake8', 'flake8-docstrings', 'asynctest', 'aioresponses'],
'docs': [
Expand Down

0 comments on commit 78d2fb6

Please sign in to comment.