From dd942d434463872193ba282250532ac0be15f1e3 Mon Sep 17 00:00:00 2001 From: Basil Hess Date: Wed, 24 Sep 2025 15:14:53 +0200 Subject: [PATCH] Re-enable all ACVP tests [full tests] (#2283) Signed-off-by: Basil Hess --- tests/test_acvp_vectors.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_acvp_vectors.py b/tests/test_acvp_vectors.py index a3ff46736..7cc424049 100644 --- a/tests/test_acvp_vectors.py +++ b/tests/test_acvp_vectors.py @@ -339,5 +339,4 @@ def test_acvp_vec_slh_dsa_sig_ver(sig_name): if __name__ == "__main__": import sys - test_acvp_vec_slh_dsa_sig_gen("SLH_DSA_SHA2_224_PREHASH_SHA2_128S") - # pytest.main(sys.argv) + pytest.main(sys.argv)