python312Packages.rmsd: enable tests

This commit is contained in:
natsukium
2025-01-14 17:52:37 +09:00
parent 270356aa60
commit cfd43ead56
@@ -5,6 +5,7 @@
numpy,
scipy,
setuptools,
pytestCheckHook,
}:
buildPythonPackage rec {
@@ -26,6 +27,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "rmsd" ];
nativeCheckInputs = [ pytestCheckHook ];
meta = with lib; {
description = "Calculate root-mean-square deviation (RMSD) between two sets of cartesian coordinates";
mainProgram = "calculate_rmsd";