#2960 closed defect (fixed)

The pyflakes lint checks are failing on CI

Reported by: exarkun Owned by: exarkun
Priority: supercritical Milestone: undecided
Component: dev-infrastructure Version: 1.12.1
Keywords: Cc:
Launchpad Bug:

Description

A new release of pyflakes has been made. It warns about use of is to compare strings and integers.

This is a legit warning. Python makes no guarantees about the identity of values of these types.

Also, a number of the warnings are hitting old, dead code that we should simply delete.

Change History (2)

comment:1 Changed at 2019-01-24T14:21:52Z by exarkun

  • Owner set to exarkun
  • Status changed from new to assigned

comment:2 Changed at 2019-01-24T19:37:57Z by GitHub <noreply@…>

  • Resolution set to fixed
  • Status changed from assigned to closed

In 0355bf9/trunk:

Merge pull request #538 from tahoe-lafs/2960.pyflakes-fixes

Fix pyflakes 2.1.0 warnings

Fixes: ticket:2960

Note: See TracTickets for help on using tickets.