mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Flake8 fixes
This commit is contained in:
parent
544a0790b5
commit
fc5175f7f3
1 changed files with 1 additions and 1 deletions
|
|
@ -45,6 +45,7 @@ def empty_password_storages(monkeypatch):
|
|||
def no_debug_output(request):
|
||||
old = log._level
|
||||
log.set_level(log.logging.WARNING)
|
||||
|
||||
def teardown():
|
||||
log.set_level(old)
|
||||
|
||||
|
|
@ -140,7 +141,6 @@ def test_get_password_from_prompt():
|
|||
]
|
||||
|
||||
|
||||
|
||||
def test_set_keyring_password(monkeypatch):
|
||||
class KeyringMock(object):
|
||||
def get_password(self, resource, username):
|
||||
|
|
|
|||
Loading…
Reference in a new issue