#3760 closed defect (fixed)

The old `codechecks` are no longer run by CI

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

Description

Most of the "code checks" were moved from the tox "codechecks" environment to the tox "codechecks3" environment by ticket:3702. However, only the "codechecks" environment is run on CI. As a result, these "code checks" are on longer run by CI at all.

So, for example, CI does not currently enforce news fragment addition.

Change History (2)

comment:2 Changed at 2021-08-13T13:47:53Z by GitHub <noreply@…>

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

In 561429ff/trunk:

Merge pull request #1102 from LeastAuthority?/3760.run-codechecks3

Try to run codechecks3 on CI

Fixes: ticket:3760

Note: See TracTickets for help on using tickets.