qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] iotests/297: pylint: ignore too many statements
@ 2021-01-29 16:13 Vladimir Sementsov-Ogievskiy
  2021-01-29 17:53 ` John Snow
  2021-02-01 15:48 ` Kevin Wolf
  0 siblings, 2 replies; 3+ messages in thread
From: Vladimir Sementsov-Ogievskiy @ 2021-01-29 16:13 UTC (permalink / raw)
  To: qemu-block; +Cc: kwolf, vsementsov, jsnow, qemu-devel, mreitz

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 <vsementsov@virtuozzo.com>
---
 tests/qemu-iotests/pylintrc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/qemu-iotests/pylintrc b/tests/qemu-iotests/pylintrc
index cd3702e23c..7a6c0a9474 100644
--- a/tests/qemu-iotests/pylintrc
+++ b/tests/qemu-iotests/pylintrc
@@ -21,6 +21,8 @@ disable=invalid-name,
         unsubscriptable-object,
         # These are temporary, and should be removed:
         missing-docstring,
+        too-many-return-statements,
+        too-many-statements
 
 [FORMAT]
 
-- 
2.29.2



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

* Re: [PATCH v2] iotests/297: pylint: ignore too many statements
  2021-01-29 16:13 [PATCH v2] iotests/297: pylint: ignore too many statements Vladimir Sementsov-Ogievskiy
@ 2021-01-29 17:53 ` John Snow
  2021-02-01 15:48 ` Kevin Wolf
  1 sibling, 0 replies; 3+ messages in thread
From: John Snow @ 2021-01-29 17:53 UTC (permalink / raw)
  To: Vladimir Sementsov-Ogievskiy, qemu-block; +Cc: kwolf, qemu-devel, mreitz

On 1/29/21 11:13 AM, Vladimir Sementsov-Ogievskiy wrote:
> Ignore two complains, which now lead to 297 failure on testenv.py and
> testrunner.py.
> 
> Fixes: 2e5a2f57db481f18fcf70be2a36b1417370b8476
> Fixes: d74c754c924ca34e90b7c96ce2f5609d82c0e628

^ Thanks for this

> Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>

Reviewed-by: John Snow <jsnow@redhat.com>

> ---
>   tests/qemu-iotests/pylintrc | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/tests/qemu-iotests/pylintrc b/tests/qemu-iotests/pylintrc
> index cd3702e23c..7a6c0a9474 100644
> --- a/tests/qemu-iotests/pylintrc
> +++ b/tests/qemu-iotests/pylintrc
> @@ -21,6 +21,8 @@ disable=invalid-name,
>           unsubscriptable-object,
>           # These are temporary, and should be removed:
>           missing-docstring,
> +        too-many-return-statements,
> +        too-many-statements
>   
>   [FORMAT]
>   
> 



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

* Re: [PATCH v2] iotests/297: pylint: ignore too many statements
  2021-01-29 16:13 [PATCH v2] iotests/297: pylint: ignore too many statements Vladimir Sementsov-Ogievskiy
  2021-01-29 17:53 ` John Snow
@ 2021-02-01 15:48 ` Kevin Wolf
  1 sibling, 0 replies; 3+ messages in thread
From: Kevin Wolf @ 2021-02-01 15:48 UTC (permalink / raw)
  To: Vladimir Sementsov-Ogievskiy; +Cc: jsnow, qemu-devel, qemu-block, mreitz

Am 29.01.2021 um 17:13 hat Vladimir Sementsov-Ogievskiy geschrieben:
> 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 <vsementsov@virtuozzo.com>

Thanks, applied to the block branch.

Kevin



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

end of thread, other threads:[~2021-02-01 15:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-29 16:13 [PATCH v2] iotests/297: pylint: ignore too many statements Vladimir Sementsov-Ogievskiy
2021-01-29 17:53 ` John Snow
2021-02-01 15:48 ` Kevin Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).