summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/qgrid/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/qgrid/default.nix')
-rw-r--r--pkgs/development/python-modules/qgrid/default.nix21
1 files changed, 10 insertions, 11 deletions
diff --git a/pkgs/development/python-modules/qgrid/default.nix b/pkgs/development/python-modules/qgrid/default.nix
index 778a9eae3714..5fa79708ffa7 100644
--- a/pkgs/development/python-modules/qgrid/default.nix
+++ b/pkgs/development/python-modules/qgrid/default.nix
@@ -1,11 +1,12 @@
-{ lib
-, buildPythonPackage
-, fetchpatch
-, fetchPypi
-, ipywidgets
-, notebook
-, pandas
-, pytestCheckHook
+{
+ lib,
+ buildPythonPackage,
+ fetchpatch,
+ fetchPypi,
+ ipywidgets,
+ notebook,
+ pandas,
+ pytestCheckHook,
}:
buildPythonPackage rec {
@@ -33,9 +34,7 @@ buildPythonPackage rec {
pandas
];
- nativeCheckInputs = [
- pytestCheckHook
- ];
+ nativeCheckInputs = [ pytestCheckHook ];
# Those tests are also failing upstream
disabledTests = [