summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkgs/development/python-modules/google-cloud-artifact-registry/default.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix b/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix
index b5016ef74760..965c6bab7362 100644
--- a/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix
+++ b/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix
@@ -7,6 +7,7 @@
lib,
proto-plus,
protobuf,
+ pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
@@ -36,7 +37,10 @@ buildPythonPackage rec {
]
++ google-api-core.optional-dependencies.grpc;
- nativeCheckInputs = [ pytestCheckHook ];
+ nativeCheckInputs = [
+ pytest-asyncio
+ pytestCheckHook
+ ];
pythonImportsCheck = [
"google.cloud.artifactregistry"