Skip to content
Snippets Groups Projects
Commit c5c9f750 authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Tests now depend on mock

parent df99885d
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ setup( ...@@ -102,7 +102,7 @@ setup(
install_requires=install_requires, install_requires=install_requires,
setup_requires=['pytest-runner'], setup_requires=['pytest-runner'],
tests_require=['pytest', 'pytest-cov', 'pytest-runner'], tests_require=['pytest', 'mock', 'pytest-cov', 'pytest-runner'],
test_suite='tests', test_suite='tests',
cmdclass={'doc' : doc}, cmdclass={'doc' : doc},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment