about summary refs log tree commit diff
path: root/pkgs/development/python-modules/google-cloud-iam/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/google-cloud-iam/default.nix')
-rw-r--r--pkgs/development/python-modules/google-cloud-iam/default.nix23
1 files changed, 12 insertions, 11 deletions
diff --git a/pkgs/development/python-modules/google-cloud-iam/default.nix b/pkgs/development/python-modules/google-cloud-iam/default.nix
index c5b192169bef4..0b3f31b643b7a 100644
--- a/pkgs/development/python-modules/google-cloud-iam/default.nix
+++ b/pkgs/development/python-modules/google-cloud-iam/default.nix
@@ -1,13 +1,14 @@
-{ lib
-, buildPythonPackage
-, fetchPypi
-, google-api-core
-, libcst
-, mock
-, proto-plus
-, pytest-asyncio
-, pytestCheckHook
-, pythonOlder
+{
+  lib,
+  buildPythonPackage,
+  fetchPypi,
+  google-api-core,
+  libcst,
+  mock,
+  proto-plus,
+  pytest-asyncio,
+  pytestCheckHook,
+  pythonOlder,
 }:
 
 buildPythonPackage rec {
@@ -34,7 +35,7 @@ buildPythonPackage rec {
     pytestCheckHook
   ];
 
-  disabledTestPaths =[
+  disabledTestPaths = [
     # unmaintained, reference wrong import path for google.cloud.iam.v1
     "tests/unit/gapic/iam_admin_v1/test_iam.py"
   ];