Merge lp://staging/~cjwatson/lazr.sshserver/fix-test-errors into lp://staging/lazr.sshserver
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 92 |
Proposed branch: | lp://staging/~cjwatson/lazr.sshserver/fix-test-errors |
Merge into: | lp://staging/lazr.sshserver |
Diff against target: |
54 lines (+13/-5) 2 files modified
src/lazr/sshserver/auth.py (+1/-1) src/lazr/sshserver/tests/test_auth.py (+12/-4) |
To merge this branch: | bzr merge lp://staging/~cjwatson/lazr.sshserver/fix-test-errors |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Cristian Gonzalez (community) | Approve | ||
Review via email: mp+408478@code.staging.launchpad.net |
Commit message
Fix (non-fatal!) test errors with recent Twisted versions.
Description of the change
`Portal.login` needs to return an `(interface, avatar, logout)` tuple. Also sync up `SSHUserAuthSer
To post a comment you must log in.
Looks good!