[PATCH] iotests/297: pylint: ignore too many statements

2021-01-28 Thread Vladimir Sementsov-Ogievskiy
Ignore two complains, which now lead to 297 failure on testenv.py and testrunner.py. Fixes: 2e5a2f57db481f18fcf70be2a36b1417370b8476 Fixes: d74c754c924ca34e90b7c96ce2f5609d82c0e628 Signed-off-by: Vladimir Sementsov-Ogievskiy --- tests/qemu-iotests/297 | 4 +++- 1 file changed, 3 insertions(+), 1

Re: [PATCH] iotests/297: pylint: ignore too many statements

2021-01-28 Thread Vladimir Sementsov-Ogievskiy
28.01.2021 23:04, Vladimir Sementsov-Ogievskiy wrote: Ignore two complains, which now lead to 297 failure on testenv.py and testrunner.py. Fixes: 2e5a2f57db481f18fcf70be2a36b1417370b8476 Fixes: d74c754c924ca34e90b7c96ce2f5609d82c0e628 Signed-off-by: Vladimir Sementsov-Ogievskiy --- Forget to

Re: [PATCH] iotests/297: pylint: ignore too many statements

2021-01-29 Thread Kevin Wolf
Am 28.01.2021 um 21:08 hat Vladimir Sementsov-Ogievskiy geschrieben: > 28.01.2021 23:04, Vladimir Sementsov-Ogievskiy wrote: > > Ignore two complains, which now lead to 297 failure on testenv.py and > > testrunner.py. > > > > Fixes: 2e5a2f57db481f18fcf70be2a36b1417370b8476 > > Fixes: d74c754c924ca

Re: [PATCH] iotests/297: pylint: ignore too many statements

2021-01-29 Thread John Snow
On 1/29/21 4:50 AM, Kevin Wolf wrote: Am 28.01.2021 um 21:08 hat Vladimir Sementsov-Ogievskiy geschrieben: 28.01.2021 23:04, Vladimir Sementsov-Ogievskiy wrote: Ignore two complains, which now lead to 297 failure on testenv.py and testrunner.py. Fixes: 2e5a2f57db481f18fcf70be2a36b1417370b8476