summaryrefslogtreecommitdiff
path: root/tests/memdbg.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-01-16 12:32:14 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2016-01-16 12:32:14 -0500
commitd809a58ca7b325efd9e40bef94bd62d7ae589095 (patch)
tree255ad99fba04fe5424e92ade9bb471500c50d5de /tests/memdbg.py
parentc3fac9d285a0c23f4629e37e628c26e65d8768a7 (diff)
downloadpyopenssl-git-d809a58ca7b325efd9e40bef94bd62d7ae589095.tar.gz
Drop this, it's no good.
Diffstat (limited to 'tests/memdbg.py')
-rw-r--r--tests/memdbg.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/memdbg.py b/tests/memdbg.py
index e927332..6e608a7 100644
--- a/tests/memdbg.py
+++ b/tests/memdbg.py
@@ -5,8 +5,6 @@ import traceback
from cffi import api as _api
-assert sys.modules.get('ssl') is None
-assert sys.modules.get('_hashlib') is None
sys.modules['ssl'] = None
sys.modules['_hashlib'] = None