Skip to content

Commit

Permalink
bump pytest to >=7
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed Jun 12, 2022
1 parent b10baa3 commit f36cc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
extras_require={
'dev': ['tox>=3', 'flake8', 'pep8-naming', 'wheel', 'twine'],
'test': ['mock>=3', 'pytest>=6', 'pytest-mock>=2', 'pytest-cov'],
'test': ['mock>=3', 'pytest>=7', 'pytest-mock>=2', 'pytest-cov'],
'docs': ['sphinx>=1.8', 'sphinx-rtd-theme'],
},
long_description=pathlib.Path('README.rst').read_text(encoding='utf-8'),
Expand Down

0 comments on commit f36cc51

Please sign in to comment.