Merge pull request #262754 from natsukium/qgrid/fix

python311Packages.qgrid: disable failing test

authored by Weijia Wang and committed by GitHub 8082879a a5427ded

+2
+2
pkgs/development/python-modules/qgrid/default.nix
··· 42 "test_edit_multi_index_df" 43 "test_multi_index" 44 "test_period_object_column" 45 ]; 46 47 pythonImportsCheck = [ "qgrid" ];
··· 42 "test_edit_multi_index_df" 43 "test_multi_index" 44 "test_period_object_column" 45 + # probably incompatible with pandas>=2.1 46 + "test_add_row_button" 47 ]; 48 49 pythonImportsCheck = [ "qgrid" ];