python312Packages.pymatgen: disable test that crashes on Darwin

This commit is contained in:
Sarah Clark 2025-07-06 08:57:15 -07:00
parent 27d6791b2e
commit 72ba52b6f6

View File

@ -152,6 +152,7 @@ buildPythonPackage rec {
++ lib.optionals stdenv.hostPlatform.isDarwin [
# Fatal Python error: Aborted
# matplotlib/backend_bases.py", line 2654 in create_with_canvas
# https://github.com/materialsproject/pymatgen/issues/4452
"test_angle"
"test_as_dict_from_dict"
"test_attributes"
@ -176,6 +177,10 @@ buildPythonPackage rec {
# Crash when running the pmg command
# Critical error: required built-in appearance SystemAppearance not found
"tests/cli/test_pmg_plot.py"
# attempt to insert nil object from objects[1]
# https://github.com/materialsproject/pymatgen/issues/4452
"tests/io/abinit/test_abitimer.py"
];
meta = {