diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2012-03-11 18:37:49 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2012-03-11 18:37:49 -0400 |
| commit | 09b88be2e515ebeddaf64a0f15309b6a3f04416f (patch) | |
| tree | 9868ccb551c5dfd6e36d95e1b90c70ca440d6b14 /admin | |
| parent | 29468d26fa3c68a56bd739d4dd9be50d8dd6725c (diff) | |
| download | passlib-09b88be2e515ebeddaf64a0f15309b6a3f04416f.tar.gz | |
added hack to clear warnings registry so assertWarningList() tests will pass reliably
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/benchmarks.py | 2 |
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) |
