python311Packages.iodata: enable check phase

This commit is contained in:
natsukium 2024-07-05 13:47:51 +09:00
parent 3941d8213e
commit 2729ee5d23
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -7,6 +7,8 @@
numpy,
scipy,
attrs,
pytest-xdist,
pytestCheckHook,
}:
buildPythonPackage rec {
@ -33,7 +35,11 @@ buildPythonPackage rec {
];
pythonImportsCheck = [ "iodata" ];
doCheck = false; # Requires roberto or nose and a lenghtly setup to find the cython modules
nativeCheckInputs = [
pytest-xdist
pytestCheckHook
];
meta = with lib; {
description = "Python library for reading, writing, and converting computational chemistry file formats and generating input files";