[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 0/6] iotests: update environment and linting configuration
From: |
Kevin Wolf |
Subject: |
Re: [PATCH v2 0/6] iotests: update environment and linting configuration |
Date: |
Mon, 27 Sep 2021 11:31:16 +0200 |
Am 24.09.2021 um 20:13 hat John Snow geschrieben:
> On Thu, Sep 23, 2021 at 2:07 PM John Snow <jsnow@redhat.com> wrote:
>
> > GitLab: https://gitlab.com/jsnow/qemu/-/commits/python-package-iotest-pt1
> > CI: https://gitlab.com/jsnow/qemu/-/pipelines/376236687
> >
> > This series partially supersedes:
> > [PATCH v3 00/16] python/iotests: Run iotest linters during Python CI'
> >
> > Howdy, this is good stuff we want even if we aren't yet in agreement
> > about the best way to run iotest 297 from CI.
> >
> > - Update linting config to tolerate pylint 2.11.1
> > - Eliminate sys.path hacking in individual test files
> > - make mypy execution in test 297 faster
> >
> > The rest of the actual "run at CI time" stuff can get handled separately
> > and later pending some discussion on the other series.
> >
> > V2:
> >
> > 001/6:[0011] [FC] 'iotests: add 'qemu' package location to PYTHONPATH in
> > testenv'
> > 002/6:[0025] [FC] 'iotests: add warning for rogue 'qemu' packages'
> >
> > - Squashed in a small optimization from Vladimir to 001, kept R-Bs.
> > - Fixed the package detection logic to not panic if it can't find
> > 'qemu' at all (kwolf)
> > - Updated commit messages for the first two patches.
> Patch 2 can just be dropped, and everything else is reviewed, so I think
> this can be staged at your leisure.
Thanks, applied to the block branch (without patch 2).
Kevin
- [PATCH v2 6/6] iotests: Update for pylint 2.11.1, (continued)
[PATCH v2 1/6] iotests: add 'qemu' package location to PYTHONPATH in testenv, John Snow, 2021/09/23
[PATCH v2 4/6] iotests/mirror-top-perms: Adjust imports, John Snow, 2021/09/23
Re: [PATCH v2 0/6] iotests: update environment and linting configuration, John Snow, 2021/09/24
- Re: [PATCH v2 0/6] iotests: update environment and linting configuration,
Kevin Wolf <=