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
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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";