Fix Keyring tests

This commit is contained in:
Manuel Ebert 2016-08-19 21:43:27 +00:00
parent 69fc08f6f3
commit bdc9dc598d
3 changed files with 23 additions and 2 deletions

View file

@ -21,6 +21,7 @@ import sys
import logging
log = logging.getLogger(__name__)
logging.getLogger("keyring.backend").setLevel(logging.ERROR)
def parse_args(args=None):