python3Packages.pyatmo: fix build; add missing pytest-mock dep
This commit is contained in:
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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user