All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Python: setuptools v60+ workaround
@ 2022-01-24 18:56 John Snow
  2022-01-24 18:56 ` [PATCH 1/2] Python: setuptools v60.0 workaround John Snow
  2022-01-24 18:56 ` [PATCH 2/2] Revert "python: pin setuptools below v60.0.0" John Snow
  0 siblings, 2 replies; 3+ messages in thread
From: John Snow @ 2022-01-24 18:56 UTC (permalink / raw)
  To: qemu-devel; +Cc: Eduardo Habkost, John Snow, Beraldo Leal, Cleber Rosa

Long story short: Python 3.7/3.8 on Fedora with setuptools v60.0.0+
together create a bug that ultimately causes pylint to fail. See the
first commit message for more detail.

I sent out a hotfix last week to fix this behavior on our CI, but this
series offers a more comprehensive fix and reverts the hotfix.

John Snow (2):
  Python: setuptools v60.0 workaround
  Revert "python: pin setuptools below v60.0.0"

 python/Makefile                | 2 --
 python/setup.cfg               | 1 -
 python/tests/iotests-pylint.sh | 3 ++-
 python/tests/pylint.sh         | 3 ++-
 4 files changed, 4 insertions(+), 5 deletions(-)

-- 
2.31.1




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-01-24 19:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-24 18:56 [PATCH 0/2] Python: setuptools v60+ workaround John Snow
2022-01-24 18:56 ` [PATCH 1/2] Python: setuptools v60.0 workaround John Snow
2022-01-24 18:56 ` [PATCH 2/2] Revert "python: pin setuptools below v60.0.0" John Snow

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.