python3Packages.slh-dsa: enable tests

This commit is contained in:
Sigmanificient
2026-03-23 03:57:00 +01:00
parent dc24f77216
commit cd309a70a7
@@ -33,6 +33,11 @@ buildPythonPackage rec {
pythonImportsCheck = [ "slhdsa" ];
nativeCheckInputs = [
pytestCheckHook
pytest-xdist
];
meta = {
description = "Pure Python implementation of the SLH-DSA algorithm";
homepage = "https://github.com/colinxu2020/slhdsa";