#3702 closed task (fixed)

Port all codechecks to Python 3

Reported by: itamarst Owned by: GitHub <noreply@…>
Priority: normal Milestone: Support Python 3
Component: unknown Version: n/a
Keywords: Cc:
Launchpad Bug:

Description

Tox has a a codechecks section that runs flake8, a variety of scripts, checking things like whitespace, news file being present, towncrier, and the like.

While we should continue to run flake8 on both Python 2 and 3 until Python 2 is dropped, all other checks should run on Python 3 only.

Change History (1)

comment:1 Changed at 2021-06-15T17:05:52Z by GitHub <noreply@…>

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

In 95a7bfe5/trunk:

Merge pull request #1083 from tahoe-lafs/3702.codechecks-python-3

Switch codechecks to run on Python 3

Fixes ticket:3702

Note: See TracTickets for help on using tickets.