aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/bindings/test_openssl.py
diff options
context:
space:
mode:
authorTerry Chia <terrycwk1994@gmail.com>2014-07-28 16:56:10 +0800
committerTerry Chia <terrycwk1994@gmail.com>2014-07-28 17:16:37 +0800
commit55971ba2331d5f3b907b1b0b80c0034f5ee11df7 (patch)
tree5cc61d457ab027d816f0e37a0bb5bf1fa1ee1873 /tests/hazmat/bindings/test_openssl.py
parent361545d874dce498461b5586cfdf45249c07ebbe (diff)
downloadcryptography-55971ba2331d5f3b907b1b0b80c0034f5ee11df7.tar.gz
cryptography-55971ba2331d5f3b907b1b0b80c0034f5ee11df7.tar.bz2
cryptography-55971ba2331d5f3b907b1b0b80c0034f5ee11df7.zip
Fix test failures
Diffstat (limited to 'tests/hazmat/bindings/test_openssl.py')
-rw-r--r--tests/hazmat/bindings/test_openssl.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/hazmat/bindings/test_openssl.py b/tests/hazmat/bindings/test_openssl.py
index d22c4fd2..ca6e9ab0 100644
--- a/tests/hazmat/bindings/test_openssl.py
+++ b/tests/hazmat/bindings/test_openssl.py
@@ -27,9 +27,6 @@ class TestOpenSSL(object):
assert binding.lib
assert binding.ffi
- def test_is_available(self):
- assert Binding.is_available() is True
-
def test_crypto_lock_init(self):
b = Binding()
b.init_static_locks()