Opened at 2021-05-07T13:39:43Z
Closed at 2021-06-15T17:05:52Z
#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
Note: See
TracTickets for help on using
tickets.
In 95a7bfe5/trunk: