#3297 closed defect (fixed)

Deprecations CI job fails

Reported by: exarkun Owned by: GitHub <noreply@…>
Priority: supercritical Milestone: undecided
Component: unknown Version: n/a
Keywords: Cc:
Launchpad Bug:

Description

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.

Change History (1)

comment:1 Changed at 2020-04-13T15:45:57Z by GitHub <noreply@…>

  • Owner set to GitHub <noreply@…>
  • Resolution set to fixed
  • Status changed from new to closed

In 694c020/trunk:

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

Fix deprecations CI job

Fixes: ticket:3297

Note: See TracTickets for help on using tickets.