aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2014-06-13 10:33:48 -0700
committerDavid Reid <dreid@dreid.org>2014-06-13 10:33:48 -0700
commit1d20fc0cc77ae4e5da6bca1b8ac5396cb4c011ea (patch)
tree2ed8a54f77e10e4b208e747f3ba733f653be3338 /tests
parent3ad768f7af9aa5cecbfec210f7fde5578672a5a3 (diff)
downloadcryptography-1d20fc0cc77ae4e5da6bca1b8ac5396cb4c011ea.tar.gz
cryptography-1d20fc0cc77ae4e5da6bca1b8ac5396cb4c011ea.tar.bz2
cryptography-1d20fc0cc77ae4e5da6bca1b8ac5396cb4c011ea.zip
Remove outdated comment.
Diffstat (limited to 'tests')
-rw-r--r--tests/hazmat/backends/test_openssl.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/hazmat/backends/test_openssl.py b/tests/hazmat/backends/test_openssl.py
index 420baf6b..2d953597 100644
--- a/tests/hazmat/backends/test_openssl.py
+++ b/tests/hazmat/backends/test_openssl.py
@@ -216,8 +216,6 @@ class TestOpenSSLRandomEngine(object):
name = backend._lib.ENGINE_get_name(current_default)
assert name == backend._lib.Cryptography_osrandom_engine_name
- # This must be the first test in the class so that the teardown method
- # has not (potentially) altered the default engine.
def test_osrandom_engine_is_default(self):
engine_printer = textwrap.dedent(
"""