Merge lp:~cjwatson/launchpadlib/postpone-keyring-errors-import into lp:launchpadlib
Proposed by
Colin Watson
| Status: | Merged |
|---|---|
| Merged at revision: | 180 |
| Proposed branch: | lp:~cjwatson/launchpadlib/postpone-keyring-errors-import |
| Merge into: | lp:launchpadlib |
| Diff against target: |
60 lines (+13/-4) 3 files modified
NEWS.rst (+5/-0) src/launchpadlib/credentials.py (+6/-4) src/launchpadlib/testing/helpers.py (+2/-0) |
| To merge this branch: | bzr merge lp:~cjwatson/launchpadlib/postpone-keyring-errors-import |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| William Grant | code | Approve | |
|
Review via email:
|
|||
Commit message
Postpone keyring.errors import.
Description of the change
We import the keyring module late because it does environment-
I think this will fix failures on Ubuntu's autopkgtest runners (e.g. https:/
To post a comment you must log in.