From fb1e4fa02bbb9cc3d9d9237d97b7b1b300ec3556 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 28 Apr 2022 22:02:16 +0300 Subject: [PATCH] Add "--filter" option to the `pio remote test` command --- docs | 2 +- platformio/commands/remote/command.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs b/docs index 10fd0d1e..041b30d1 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 10fd0d1edb11e267a6b72e0a52dc0570d0580f1a +Subproject commit 041b30d1a4bc14132dbf421968a391fd30a671d7 diff --git a/platformio/commands/remote/command.py b/platformio/commands/remote/command.py index d861d66c..a04a3b55 100644 --- a/platformio/commands/remote/command.py +++ b/platformio/commands/remote/command.py @@ -193,7 +193,7 @@ def remote_run( @click.option("--verbose", "-v", is_flag=True) @click.pass_obj @click.pass_context -def remote_test( +def remote_test( # pylint: disable=redefined-builtin ctx, agents, environment,