Opened at 2016-02-17T17:10:30Z
Closed at 2016-04-07T00:02:42Z
#2734 closed defect (fixed)
manhole deprecation warning
Reported by: | warner | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 1.12.0 |
Component: | code | Version: | 1.10.2 |
Keywords: | deprecationwarning | Cc: | |
Launchpad Bug: |
Description
In current trunk [186f6d4] (actually in the 1582.setuptools-delenda-est.1 branch based on it, since I need pip and a working virtualenv to test this cleanly), there is one remaining deprecation warning. All the self-inflicted Nevow and Twisted warnings have been fixed upstream (i.e. twisted no longer uses deprecated twisted features, and nevow no longer uses deprecated twisted features).
tahoe/src/allmydata/manhole.py:55: DeprecationWarning: twisted.conch.checkers.SSHPublicKeyDatabase was deprecated in Twisted 15.0.0: Please use twisted.conch.checkers.SSHPublicKeyChecker, initialized with an instance of twisted.conch.checkers.UNIXAuthorizedKeysFiles instead. class AuthorizedKeysChecker(conchc.SSHPublicKeyDatabase):
Change History (1)
comment:1 Changed at 2016-04-07T00:02:42Z by warner
- Milestone changed from eventually to 1.12.0
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed, by deleting manhole altogether (#2367). Hooray for negative-code days!