Refactor: Update to using configparser 06/72506/3
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 8 Jan 2024 21:08:21 +0000 (13:08 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 8 Jan 2024 21:27:15 +0000 (13:27 -0800)
commit64d5714a15815a607df9a23d25501ec222416d6b
tree756da464c85f53e5bae922f86b712d9ff41efe42
parent10213c451765902779107ba8a500f1674b4a5af2
Refactor: Update to using configparser

Since we've effectively dropped Python2 support there is no reason to
keep using six for backwards compatibility. This is the first of many
small changes to remove six from use.

This one is first as newer mypy seems to be having issues with the
configparser transition!

Issue: RELENG-5063
Change-Id: If9cd83933d0cd6e0b7ac69afaa1bb94a9dab8202
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
lftools/jenkins/__init__.py
releasenotes/notes/remove_six-b89d618c51c3021a.yaml [new file with mode: 0644]