#3268 closed defect

deprecations job on CircleCI fails — at Initial Version

Reported by: exarkun Owned by:
Priority: normal Milestone: undecided
Component: unknown Version: n/a
Keywords: review Cc:
Launchpad Bug:

Description

A new release of attrs has deprecated some APIs Tahoe-LAFS was using.

I believe these are the relevant warnings:

/tmp/tahoe-lafs.tox/deprecations/local/lib/python2.7/site-packages/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.
/tmp/tahoe-lafs.tox/deprecations/local/lib/python2.7/site-packages/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 (0)

Note: See TracTickets for help on using tickets.