python3Packages.pyatmo: fix build; add missing pytest-mock dep

This commit is contained in:
Martin Weinelt
2021-06-22 13:42:52 +02:00
parent 16669de22b
commit b271710c0c
@@ -8,6 +8,7 @@
, requests_oauthlib
, freezegun
, pytest-asyncio
, pytest-mock
, pytestCheckHook
, requests-mock
}:
@@ -40,6 +41,7 @@ buildPythonPackage rec {
checkInputs = [
freezegun
pytest-asyncio
pytest-mock
pytestCheckHook
requests-mock
];