python3Packages.pydo: fix deps and check inputs

Suggested-by: dotlambda <github@dotlambda.de>
Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-01-15 13:37:59 -05:00
parent 44d3593301
commit ccca613bb1
@@ -3,14 +3,14 @@
buildPythonPackage,
fetchFromGitHub,
poetry-core,
aioresponses,
azure-core,
azure-identity,
isodate,
msrest,
responses,
pytestCheckHook,
aioresponses,
pytest-asyncio,
pytestCheckHook,
responses,
}:
buildPythonPackage rec {
@@ -28,19 +28,19 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
dependencies = [
aioresponses
azure-core
azure-identity
isodate
msrest
responses
];
pythonImportsCheck = [ "pydo" ];
nativeCheckInputs = [
pytestCheckHook
aioresponses
pytest-asyncio
pytestCheckHook
responses
];
# integration tests require hitting the live api with a