python3Packages.pymatgen: add moyopy dependency

Changed files
+3 -5
pkgs
development
python-modules
pymatgen
+3 -5
pkgs/development/python-modules/pymatgen/default.nix
···
# tests
addBinToPathHook,
pytest-xdist,
pytestCheckHook,
}:
···
nativeCheckInputs = [
addBinToPathHook
pytestCheckHook
pytest-xdist
]
···
"test_timer"
];
-
disabledTestPaths = [
-
# We have not packaged moyopy yet.
-
"tests/analysis/test_prototypes.py::test_get_protostructure_label_from_moyopy"
-
]
-
++ lib.optionals stdenv.hostPlatform.isDarwin [
# Crash when running the pmg command
# Critical error: required built-in appearance SystemAppearance not found
"tests/cli/test_pmg_plot.py"
···
# tests
addBinToPathHook,
+
moyopy,
pytest-xdist,
pytestCheckHook,
}:
···
nativeCheckInputs = [
addBinToPathHook
+
moyopy
pytestCheckHook
pytest-xdist
]
···
"test_timer"
];
+
disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [
# Crash when running the pmg command
# Critical error: required built-in appearance SystemAppearance not found
"tests/cli/test_pmg_plot.py"