]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
tests/pytests: adapt to new pylint
authorOto Šťáva <oto.stava@nic.cz>
Wed, 7 Jun 2023 06:15:41 +0000 (08:15 +0200)
committerOto Šťáva <oto.stava@nic.cz>
Wed, 7 Jun 2023 06:15:41 +0000 (08:15 +0200)
commit944d23e83bf0c428de3b84afbfa1a78a32c3a595
tree532236d144686381458ae691bb30764272f68686
parent064c7a10bc9cd93959bba10a2bac3d7eac839a12
tests/pytests: adapt to new pylint

New version of pylint removed the disabled `bad-continuation` check. It
also added a parens check that we were violating in
`test_random_close.py`, which is now fixed as well.
tests/pytests/pylintrc
tests/pytests/test_random_close.py