Deprecations CI job fails #3297

Closed
opened 2020-04-13 13:51:19 +00:00 by exarkun · 1 comment
Collecting git+<https://github.com/twisted/twisted>
> Cloning <https://github.com/twisted/twisted> to /tmp/pip-req-build-3aDKKI
> Running command git clone -q <https://github.com/twisted/twisted> /tmp/pip-req-build-3aDKKI
> Installing build dependencies: started
> Installing build dependencies: finished with status 'done'
> Getting requirements to build wheel: started
> Getting requirements to build wheel: finished with status 'done'
> Installing backend dependencies: started
> Installing backend dependencies: finished with status 'done'
    Preparing wheel metadata: started
    Preparing wheel metadata: finished with status 'done'
ERROR: Package u'Twisted' requires a different Python: 2.7.13 not in '>=3.5'

It looks like this is caused by the attempt to install Twisted trunk@HEAD in order to get early warning about use of newly deprecated Twisted APIs. However, Twisted has recently completely dropped Python 2.7 support so trunk@HEAD is no longer usable with Tahoe-LAFS.

This turns CI red.

``` Collecting git+<https://github.com/twisted/twisted> > Cloning <https://github.com/twisted/twisted> to /tmp/pip-req-build-3aDKKI > Running command git clone -q <https://github.com/twisted/twisted> /tmp/pip-req-build-3aDKKI > Installing build dependencies: started > Installing build dependencies: finished with status 'done' > Getting requirements to build wheel: started > Getting requirements to build wheel: finished with status 'done' > Installing backend dependencies: started > Installing backend dependencies: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' ERROR: Package u'Twisted' requires a different Python: 2.7.13 not in '>=3.5' ``` It looks like this is caused by the attempt to install Twisted trunk@HEAD in order to get early warning about use of newly deprecated Twisted APIs. However, Twisted has recently completely dropped Python 2.7 support so trunk@HEAD is no longer usable with Tahoe-LAFS. This turns CI red.
exarkun added the
unknown
supercritical
defect
n/a
labels 2020-04-13 13:51:19 +00:00
exarkun added this to the undecided milestone 2020-04-13 13:51:19 +00:00
GitHub <noreply@github.com> commented 2020-04-13 15:45:57 +00:00
Owner

In 694c020/trunk:

Merge pull request #702 from tahoe-lafs/3297.deprecations-ci

Fix deprecations CI job

Fixes: ticket:3297
In [694c020/trunk](/tahoe-lafs/trac-2024-07-25/commit/694c020862df7a04e788643816d49093a8e38d4c): ``` Merge pull request #702 from tahoe-lafs/3297.deprecations-ci Fix deprecations CI job Fixes: ticket:3297 ```
tahoe-lafs added the
fixed
label 2020-04-13 15:45:57 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 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#3297
No description provided.