about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pbr/tests.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pbr/tests.nix')
-rw-r--r--pkgs/development/python-modules/pbr/tests.nix21
1 files changed, 11 insertions, 10 deletions
diff --git a/pkgs/development/python-modules/pbr/tests.nix b/pkgs/development/python-modules/pbr/tests.nix
index 05266a0eb7dfb..70e768814db95 100644
--- a/pkgs/development/python-modules/pbr/tests.nix
+++ b/pkgs/development/python-modules/pbr/tests.nix
@@ -1,13 +1,14 @@
-{ buildPythonPackage
-, build
-, git
-, gnupg
-, pbr
-, sphinx
-, stestr
-, testresources
-, testscenarios
-, virtualenv
+{
+  buildPythonPackage,
+  build,
+  git,
+  gnupg,
+  pbr,
+  sphinx,
+  stestr,
+  testresources,
+  testscenarios,
+  virtualenv,
 }:
 
 buildPythonPackage {