python312Packages.openpyxl: disable failing tests on Python 3.12

This commit is contained in:
Fabian Affolter 2024-01-18 22:21:27 +01:00
parent e9bcc61136
commit c368c8a296

View File

@ -6,6 +6,7 @@
, pandas
, pillow
, pytestCheckHook
, pythonAtLeast
, pythonOlder
, setuptools
}:
@ -59,6 +60,11 @@ buildPythonPackage rec {
"test_rgb_colors"
"test_named_styles"
"test_read_ole_link"
] ++ lib.optionals (pythonAtLeast "3.11") [
"test_broken_sheet_ref"
"test_name_invalid_index"
"test_defined_names_print_area"
"test_no_styles"
];
pythonImportsCheck = [