Skip to content

Commit

Permalink
fix minimal mock to >= 4
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed Jun 12, 2022
1 parent 75d06da commit 7ba734d
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>=5', 'pytest>=7', 'pytest-mock>=3', 'pytest-cov'],
'test': ['mock>=4', 'pytest>=7', 'pytest-mock>=3', '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 7ba734d

Please sign in to comment.