Skip to content

Commit

Permalink
Removed the @skipif from the RSA-PSS test vector test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-adams committed May 20, 2015
1 parent b8f36aa commit d1f6de2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_algorithms.py
Expand Up @@ -323,7 +323,6 @@ def test_rsa_verify_should_return_true_for_test_vector(self):
result = algo.verify(signing_input, key, signature)
assert result

@pytest.mark.skipif(True, "I'm not 100% sure if this test is correct")
@pytest.mark.skipif(not has_crypto, reason='Not supported without cryptography library')
def test_rsapss_verify_should_return_true_for_test_vector(self):
signing_input = ensure_bytes(
Expand Down

0 comments on commit d1f6de2

Please sign in to comment.