Skip to content

Commit ba8f54f

Browse files
fix: Test
1 parent 5bfc6b9 commit ba8f54f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525
dependencies = [
2626
"platformdirs>=3.6.0",
27-
"click>=8.1.3,<8.2.1", # for CLI interface
27+
"click>=8.1.3", # for CLI interface
2828
"scooby>=0.5.12",
2929
"appdirs>=1.4.4",
3030
"typing-extensions>=4.5.0",

tests/launcher/cli/test_single_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def test_cli_mock_plugin(mock_plugins):
118118
"--str_field=value",
119119
'--json_field={"a": "b"}',
120120
],
121-
[],
121+
[""],
122122
),
123123
(["configure", "my_product", "my_launcher", "--str_field=value"], ["1", '{"a": "b"}', ""]),
124124
(["configure", "my_product", "my_launcher", "--int_field=1"], ["value", '{"a": "b"}', ""]),

0 commit comments

Comments
 (0)