diff --git a/pkgs/development/python-modules/pydo/default.nix b/pkgs/development/python-modules/pydo/default.nix index 6b681ee26615..18dad347f5c4 100644 --- a/pkgs/development/python-modules/pydo/default.nix +++ b/pkgs/development/python-modules/pydo/default.nix @@ -3,44 +3,44 @@ buildPythonPackage, fetchFromGitHub, poetry-core, - aioresponses, azure-core, azure-identity, isodate, msrest, - responses, - pytestCheckHook, + aioresponses, pytest-asyncio, + pytestCheckHook, + responses, }: buildPythonPackage rec { pname = "pydo"; - version = "0.23.0"; + version = "0.24.0"; pyproject = true; src = fetchFromGitHub { owner = "digitalocean"; repo = "pydo"; tag = "v${version}"; - hash = "sha256-wmrth6n6vlYLMMiNYm6p5sS2keEFsnGm9sGjShSsLaA="; + hash = "sha256-IfoW8JaLqghecADPKfVwjW99ZosHFXFt3iQ8WOyrCns="; }; 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