Skip to content

Commit

Permalink
Add pytest-mock to tests_require
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksnape committed Jan 2, 2020
1 parent c007194 commit 3340a28
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 @@ -23,5 +23,5 @@
packages=find_packages(),
install_requires=install_requires,
package_data={'menpo': ['data/*']},
tests_require=['pytest>=5.0', 'mock>=3.0']
tests_require=['pytest>=5.0', 'pytest-mock>=1.0', 'mock>=3.0']
)

0 comments on commit 3340a28

Please sign in to comment.