Re: [PATCH 0/2] Python: update CI tests for pylint 2.10 and 2.11

2021-09-16 Thread John Snow
On Thu, Sep 16, 2021 at 2:22 PM John Snow wrote: > GitLab: https://gitlab.com/jsnow/qemu/-/commits/python-package-pylint-211 > CI: https://gitlab.com/jsnow/qemu/-/pipelines/372122981 > > While debating the fix for 2.10, 2.11 released and added new warnings to > suppress. > > This version includes

[PATCH 0/2] Python: update CI tests for pylint 2.10 and 2.11

2021-09-16 Thread John Snow
GitLab: https://gitlab.com/jsnow/qemu/-/commits/python-package-pylint-211 CI: https://gitlab.com/jsnow/qemu/-/pipelines/372122981 While debating the fix for 2.10, 2.11 released and added new warnings to suppress. This version includes everything needed to get the Gitlab CI green again. John Snow