You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/run_test_items_via_pytest.yaml
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@
8
8
# * test_type: The testing type. In generally, it only has 2 options: 'unit-test' and 'integration-test'.
9
9
# * all_test_items_paths: The target paths of test items under test.
10
10
# * 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'.
12
11
# * http_server_host: The host IPv4 address of HTTP server.
13
12
# * http_server_port: The port number of HTTP server.
14
13
# * http_server_app_module: The module path of HTTP server.
@@ -37,11 +36,6 @@ on:
37
36
type: boolean
38
37
required: false
39
38
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
45
39
http_server_host:
46
40
description: "The host IPv4 address of HTTP server."
0 commit comments