From cd309a70a77e7e00d3d373d4758b101f482ccd8d Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Mon, 23 Mar 2026 03:36:25 +0100 Subject: [PATCH] python3Packages.slh-dsa: enable tests --- pkgs/development/python-modules/slh-dsa/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/slh-dsa/default.nix b/pkgs/development/python-modules/slh-dsa/default.nix index 8e28fe5f7f28..b28d4d02b8cb 100644 --- a/pkgs/development/python-modules/slh-dsa/default.nix +++ b/pkgs/development/python-modules/slh-dsa/default.nix @@ -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";