#3662 closed defect (fixed)

decorator has dropped support for Python 2.7

Reported by: sajith Owned by: GitHub <noreply@…>
Priority: normal Milestone: undecided
Component: dev-infrastructure Version: n/a
Keywords: Cc:
Launchpad Bug:

Description

Decorator 5.0.1 has been released, and it has dropped Python 2.7 compatibility. Tahoe-LAFS uses it by way of pytest-twisted, so CI is broke with this message:

Collecting decorator (from pytest-twisted->tahoe-lafs==1.14.0.post3092)
  Downloading https://files.pythonhosted.org/packages/a7/b7/c6e2e28d28bcabebbdf2d470224978927bd965c3656c5740e907a9fca27c/decorator-5.0.1-py2.py3-none-any.whl
ERROR: decorator requires Python '>=3.5' but the running Python is 2.7.18

Change History (1)

comment:1 Changed at 2021-04-02T17:01:09Z by GitHub <noreply@…>

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

In b652824/trunk:

Merge pull request #1027 from tahoe-lafs/3662.pin-decorator

Pin decorator.

Fixes ticket:3662

Note: See TracTickets for help on using tickets.