about summary refs log tree commit diff
path: root/pkgs/development/python-modules/attrs/tests.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/attrs/tests.nix')
-rw-r--r--pkgs/development/python-modules/attrs/tests.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/attrs/tests.nix b/pkgs/development/python-modules/attrs/tests.nix
index 2614716d71d02..d657ba1ffc5a4 100644
--- a/pkgs/development/python-modules/attrs/tests.nix
+++ b/pkgs/development/python-modules/attrs/tests.nix
@@ -1,7 +1,8 @@
-{ buildPythonPackage
-, pytestCheckHook
-, attrs
-, hypothesis
+{
+  buildPythonPackage,
+  pytestCheckHook,
+  attrs,
+  hypothesis,
 }:
 
 buildPythonPackage {