Ticket #4505 task closed fixed
Deprecate or remove unused warnings and exceptions in twisted.trial.util
| Reported by: | cyli | Owned by: | cyli |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | trial | Keywords: | easy |
| Cc: | jessica.mckellar@… | Branch: | branches/remove-trialutil-exceptions-4505 |
| Author: | jesstess | Launchpad Bug: |
Description
FailureError, DirtyReactorWarning, DirtyReactorError, PendingTimedCallsError have been deprecated since Twisted 8.0, although the deprecation was stated in a docstring rather than as a warning.
This should either be deprecated correctly (via warnings) or removed. Removing them does not seem to affect any tests.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

