Add pytest-mock to test_requires in setup.py

This is already in requirements-dev.txt but should be here as well as some of the unit tests fail to run without its `mocker` fixture.
This commit is contained in:
Blair Bonnett 2022-02-05 09:46:06 +01:00 committed by Andreas Klöckner
parent adb6276cb6
commit 0917e51e9a

View File

@ -29,6 +29,7 @@ setup(
],
test_requires=[
"pytest>=2",
"pytest-mock",
],
classifiers=[
"Development Status :: 4 - Beta",