aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_serialization.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-06-08 09:33:57 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-06-12 09:41:20 -0500
commit4b5b179f41bbc7829a1d6e6a3e866e5216d896dc (patch)
treec60e718528ab42b711619a549ee33fe7b4dc20b3 /tests/hazmat/primitives/test_serialization.py
parent6af3c6ed6955030208ecfc09e02492de47c1fa10 (diff)
downloadcryptography-4b5b179f41bbc7829a1d6e6a3e866e5216d896dc.tar.gz
cryptography-4b5b179f41bbc7829a1d6e6a3e866e5216d896dc.tar.bz2
cryptography-4b5b179f41bbc7829a1d6e6a3e866e5216d896dc.zip
remove skip in serialization tests until we have a backend that needs it
Diffstat (limited to 'tests/hazmat/primitives/test_serialization.py')
-rw-r--r--tests/hazmat/primitives/test_serialization.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/hazmat/primitives/test_serialization.py b/tests/hazmat/primitives/test_serialization.py
index 625f5dc2..4ef59a2b 100644
--- a/tests/hazmat/primitives/test_serialization.py
+++ b/tests/hazmat/primitives/test_serialization.py
@@ -89,9 +89,6 @@ class TestTraditionalOpenSSLSerialisation(object):
)
assert pkey
- if not isinstance(pkey, interfaces.RSAPrivateKeyWithNumbers):
- pytest.skip("Does not support numbers")
-
numbers = pkey.private_numbers()
assert numbers.p == int(
"fb7d316fc51531b36d93adaefaf52db6ad5beb793d37c4cf9dfc1ddd17cfbafb",
@@ -422,9 +419,6 @@ class TestPKCS8Serialisation(object):
)
assert pkey
- if not isinstance(pkey, interfaces.RSAPrivateKeyWithNumbers):
- pytest.skip("Does not support numbers")
-
numbers = pkey.private_numbers()
assert numbers.public_numbers.n == int(