summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2012-03-11 18:37:49 -0400
committerEli Collins <elic@assurancetechnologies.com>2012-03-11 18:37:49 -0400
commit09b88be2e515ebeddaf64a0f15309b6a3f04416f (patch)
tree9868ccb551c5dfd6e36d95e1b90c70ca440d6b14 /admin
parent29468d26fa3c68a56bd739d4dd9be50d8dd6725c (diff)
downloadpasslib-09b88be2e515ebeddaf64a0f15309b6a3f04416f.tar.gz
added hack to clear warnings registry so assertWarningList() tests will pass reliably
Diffstat (limited to 'admin')
-rw-r--r--admin/benchmarks.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/admin/benchmarks.py b/admin/benchmarks.py
index 195fcc3..f2f89e2 100644
--- a/admin/benchmarks.py
+++ b/admin/benchmarks.py
@@ -101,8 +101,6 @@ def setup_context():
yield test_context_init
ctx = test_context_init()
-# if PasslibConfigWarning:
-# warnings.filterwarnings("ignore", category=PasslibConfigWarning)
def test_context_calls():
hash = ctx.encrypt(secret, rounds=2001)
ctx.verify(secret, hash)