manhole deprecation warning #2734

Closed
opened 2016-02-17 17:10:30 +00:00 by warner · 1 comment

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):
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): ```
warner added the
code
normal
defect
1.10.2
labels 2016-02-17 17:10:30 +00:00
warner added this to the eventually milestone 2016-02-17 17:10:30 +00:00
Author

Fixed, by deleting manhole altogether (#2367). Hooray for negative-code days!

Fixed, by deleting manhole altogether (#2367). Hooray for negative-code days!
warner added the
fixed
label 2016-04-07 00:02:42 +00:00
warner modified the milestone from eventually to 1.12.0 2016-04-07 00:02:42 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: tahoe-lafs/trac-2024-07-25#2734
No description provided.