Skip to content

Commit 0957562

Browse files
committed
[Breaking Change] (config) Remove unused parameter.
1 parent bd43829 commit 0957562

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/run_test_items_via_pytest.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# * test_type: The testing type. In generally, it only has 2 options: 'unit-test' and 'integration-test'.
99
# * all_test_items_paths: The target paths of test items under test.
1010
# * setup_http_server: If it's true, it would set up and run HTTP server for testing.
11-
# * auto_install_http_server_dependencies: If it's true, it would auto-install the Python dependencies it needs of setup HTTP server. The Python dependencies are 'flask' and 'gunicorn'.
1211
# * http_server_host: The host IPv4 address of HTTP server.
1312
# * http_server_port: The port number of HTTP server.
1413
# * http_server_app_module: The module path of HTTP server.
@@ -37,11 +36,6 @@ on:
3736
type: boolean
3837
required: false
3938
default: false
40-
auto_install_http_server_dependencies:
41-
description: "If it's true, it would auto-install the Python dependencies it needs of setup HTTP server. The Python dependencies are 'flask' and 'gunicorn'."
42-
type: boolean
43-
required: false
44-
default: false
4539
http_server_host:
4640
description: "The host IPv4 address of HTTP server."
4741
type: string

0 commit comments

Comments
 (0)