pythonPackages.pymatgen: add import check

This commit is contained in:
Sandro Jäckel
2021-02-16 01:27:56 +01:00
parent 0b281e8303
commit f7be630a70

View File

@@ -52,6 +52,7 @@ buildPythonPackage rec {
# No tests in pypi tarball.
doCheck = false;
pythonImportsCheck = [ "pymatgen" ];
meta = with lib; {
description = "A robust materials analysis code that defines core object representations for structures and molecules";