Opened at 2019-12-18T18:26:08Z
Closed at 2020-01-17T17:21:58Z
#3268 closed defect (fixed)
deprecations job on CircleCI fails
Reported by: | exarkun | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | n/a |
Keywords: | review | Cc: | |
Launchpad Bug: |
Description (last modified by exarkun)
A new release of attrs has deprecated some APIs Tahoe-LAFS was using.
I believe these are the relevant warnings:
/.../allmydata/test/storage_plugin.py:107: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead. /.../allmydata/test/storage_plugin.py:110: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
Change History (3)
comment:1 Changed at 2019-12-18T18:26:26Z by exarkun
- Description modified (diff)
comment:2 Changed at 2019-12-18T20:32:52Z by exarkun
- Keywords review added
comment:3 Changed at 2020-01-17T17:21:58Z by exarkun
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
https://github.com/tahoe-lafs/tahoe-lafs/pull/671