diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-04 18:13:40 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-04 18:13:40 -0600 |
commit | 2dd21fec484c85647d73145bd9957fd5326495c3 (patch) | |
tree | 36ca0d71787af7c8a94d06894ea2f10838b65177 /pytest.ini | |
parent | 3ae13fc662435d69c7d93e937a675059164a495c (diff) | |
download | cryptography-2dd21fec484c85647d73145bd9957fd5326495c3.tar.gz cryptography-2dd21fec484c85647d73145bd9957fd5326495c3.tar.bz2 cryptography-2dd21fec484c85647d73145bd9957fd5326495c3.zip |
remove unneeded mark now that is_available is there
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,4 +5,3 @@ markers = cipher: this test requires a backend providing CipherBackend hash: this test requires a backend providing HashBackend supported: parametrized test requiring only_if and skip_message - binding_available: verifies a given binding is available |