Merge pull request #248350 from GaetanLepage/fix-qgrid

python310Packages.qgrid: fix build
This commit is contained in:
figsoda 2023-08-10 11:02:13 -04:00 committed by GitHub
commit 38272ddc1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
];