about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest/tests.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pytest/tests.nix')
-rw-r--r--pkgs/development/python-modules/pytest/tests.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/pytest/tests.nix b/pkgs/development/python-modules/pytest/tests.nix
index 8bf8dafdf9279..a60e3a031fdc7 100644
--- a/pkgs/development/python-modules/pytest/tests.nix
+++ b/pkgs/development/python-modules/pytest/tests.nix
@@ -1,6 +1,7 @@
-{ buildPythonPackage
-, isPyPy
-, pytest
+{
+  buildPythonPackage,
+  isPyPy,
+  pytest,
 }:
 
 buildPythonPackage rec {