Skip to content

Commit

Permalink
- tests.test_prdiff: disabled the usage of keyrings when running the cli
Browse files Browse the repository at this point in the history
Alternatively we could also disable the keyring usage in the config file.
  • Loading branch information
marcus-h committed Jan 24, 2013
1 parent 57c8cff commit d4b8fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_prdiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def _change_to_tmpdir(self, *args):
def _run_prdiff(self, *args):
"""Runs osc prdiff, returning captured STDOUT as a string."""
cli = osc.commandline.Osc()
argv = ['osc', 'prdiff']
argv = ['osc', '--no-keyring', '--no-gnome-keyring', 'prdiff']
argv.extend(args)
cli.main(argv=argv)
return sys.stdout.getvalue()
Expand Down

0 comments on commit d4b8fbb

Please sign in to comment.