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

This commit is contained in:
Martin Weinelt 2021-06-19 19:30:18 +02:00
parent 16669de22b
commit b271710c0c

View file

@ -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
];