Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions pkgs/development/python-modules/pymatgen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 = {
Expand Down