pythonPackages.pymatgen: add import check
This commit is contained in:
parent
0b281e8303
commit
f7be630a70
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user