aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utils.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-04 18:13:40 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-04 18:13:40 -0600
commit2dd21fec484c85647d73145bd9957fd5326495c3 (patch)
tree36ca0d71787af7c8a94d06894ea2f10838b65177 /tests/utils.py
parent3ae13fc662435d69c7d93e937a675059164a495c (diff)
downloadcryptography-2dd21fec484c85647d73145bd9957fd5326495c3.tar.gz
cryptography-2dd21fec484c85647d73145bd9957fd5326495c3.tar.bz2
cryptography-2dd21fec484c85647d73145bd9957fd5326495c3.zip
remove unneeded mark now that is_available is there
Diffstat (limited to 'tests/utils.py')
-rw-r--r--tests/utils.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/utils.py b/tests/utils.py
index 6d47a398..693a0c8f 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -36,12 +36,6 @@ def check_backend_support(item):
"backend")
-def check_binding_available(item):
- ba = item.keywords.get("binding_available")
- if ba and not ba.kwargs["binding"].is_available():
- pytest.skip("{0} is not available".format(ba.kwargs["binding"]))
-
-
def load_vectors_from_file(filename, loader):
base = os.path.join(
os.path.dirname(__file__), "hazmat", "primitives", "vectors",