Page MenuHomeSoftware Heritage

Run flake8/mypy/radon sequentially
ClosedPublic

Authored by vlorentz on May 23 2022, 2:18 PM.

Details

Summary

We have a recurring data race in flake8 tasks, probably caused by 'tox -e mypy'
creating and deleting files while flake8 scans them; so we should not run
them at the same time.

While we are at it; also run radon sequentially. flake8 and radon each take less
than 10s, so we should not notice much of a difference.

Diff Detail

Repository
rCJSWH Jenkins jobs
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 29545
Build 46167: arc lint + arc unit