Opened at 2019-08-02T21:09:47Z
Closed at 2019-08-09T11:12:50Z
#3232 closed defect (fixed)
Stop using deprecated twisted.test.proto_helpers.MemoryReactor{,Clock}
Reported by: | exarkun | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | n/a |
Keywords: | review | Cc: | |
Launchpad Bug: |
Description
We use these two APIs in the test suite and they will be deprecated in the next Twisted release.
Update to prefer the new names but leave fallbacks to the old names since we won't _require_ a Twisted that has the new names for a while.
Change History (5)
comment:1 Changed at 2019-08-02T21:17:57Z by exarkun
comment:2 Changed at 2019-08-02T23:51:46Z by exarkun
comment:3 Changed at 2019-08-02T23:59:17Z by exarkun
comment:4 Changed at 2019-08-03T00:33:55Z by exarkun
- Keywords review added
comment:5 Changed at 2019-08-09T11:12:50Z by exarkun
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Argh. This is trash. Tahoe-LAFS doesn't use these. Instead, Twisted itself, Autobahn, and treq use them:
So those projects all need to implement fixes themselves. Perhaps the primary problem for Tahoe-LAFS here is that the Tahoe-LAFS "deprecations" CI job fails whenever any _third party_ library triggers a deprecation warning.