mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Remove unnecessary teardown
This commit is contained in:
parent
649576eeb2
commit
a25fd354d9
1 changed files with 0 additions and 6 deletions
|
|
@ -21,12 +21,6 @@ import vdirsyncer.utils.http # noqa
|
|||
def no_debug_output(request):
|
||||
logger = click_log.basic_config('vdirsyncer')
|
||||
logger.setLevel(logging.WARNING)
|
||||
old = logger.level
|
||||
|
||||
def teardown():
|
||||
logger.setLevel(old)
|
||||
|
||||
request.addfinalizer(teardown)
|
||||
|
||||
|
||||
def test_get_class_init_args():
|
||||
|
|
|
|||
Loading…
Reference in a new issue