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)