summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMark Adams <mark@markadams.me>2015-05-19 22:28:06 -0500
committerMark Adams <mark@markadams.me>2015-05-19 22:28:06 -0500
commitd1f6de2c4ba67914ad6b50d570c1bc4956660b59 (patch)
tree2dc5574e65e6c3b65bde48185783897ddb43d43a /tests
parentb8f36aaa7ef7c64aa4ba20cd213ea82304690d98 (diff)
downloadpyjwt-d1f6de2c4ba67914ad6b50d570c1bc4956660b59.tar.gz
Removed the @skipif from the RSA-PSS test vector test.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_algorithms.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_algorithms.py b/tests/test_algorithms.py
index 6260fa0..191df88 100644
--- a/tests/test_algorithms.py
+++ b/tests/test_algorithms.py
@@ -323,7 +323,6 @@ class TestAlgorithmsCookbook:
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(