From 0660015083e05109ee82813d0263151a70da56e4 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 10 Aug 2023 15:06:39 +0200 Subject: [PATCH] python310Packages.qgrid: fix build --- pkgs/development/python-modules/qgrid/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/qgrid/default.nix b/pkgs/development/python-modules/qgrid/default.nix index 79df36ed0ca7..645328f1a712 100644 --- a/pkgs/development/python-modules/qgrid/default.nix +++ b/pkgs/development/python-modules/qgrid/default.nix @@ -39,6 +39,8 @@ buildPythonPackage rec { # Those tests are also failing upstream disabledTests = [ "test_edit_date" + "test_edit_multi_index_df" + "test_multi_index" "test_period_object_column" ];