Skip to content

Commit

Permalink
What is this strange failure, is mock too old on Travis?
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed May 3, 2020
1 parent 00e090f commit bffd7bf
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 @@ -57,7 +57,7 @@
python_requires=">=3.5",
install_requires=['toml', 'pep517'],
extras_require={
'test': ['mock'],
'test': ['mock >= 3.0.0'],
},
entry_points={
'console_scripts': [
Expand Down

0 comments on commit bffd7bf

Please sign in to comment.