python312Packages.rmsd: enable tests
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user