locust-cloud 1.20.1.dev1__py3-none-any.whl → 1.20.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- locust_cloud/cloud.py +2 -1
- {locust_cloud-1.20.1.dev1.dist-info → locust_cloud-1.20.3.dist-info}/METADATA +2 -2
- {locust_cloud-1.20.1.dev1.dist-info → locust_cloud-1.20.3.dist-info}/RECORD +6 -6
- {locust_cloud-1.20.1.dev1.dist-info → locust_cloud-1.20.3.dist-info}/WHEEL +0 -0
- {locust_cloud-1.20.1.dev1.dist-info → locust_cloud-1.20.3.dist-info}/entry_points.txt +0 -0
- {locust_cloud-1.20.1.dev1.dist-info → locust_cloud-1.20.3.dist-info}/licenses/LICENSE +0 -0
locust_cloud/cloud.py
CHANGED
@@ -62,12 +62,13 @@ def main():
|
|
62
62
|
"LOCUST_USERS",
|
63
63
|
"LOCUST_WEB_HOST_DISPLAY_NAME",
|
64
64
|
"LOCUST_SKIP_MONKEY_PATCH",
|
65
|
+
"LOCUST_CLOUD",
|
65
66
|
]
|
66
67
|
]
|
67
68
|
|
68
69
|
locust_args = [
|
69
70
|
{"name": "LOCUST_USERS", "value": str(options.users)},
|
70
|
-
{"name": "LOCUST_FLAGS", "value": " ".join(locust_options)},
|
71
|
+
{"name": "LOCUST_FLAGS", "value": " ".join([option for option in locust_options if option != "--cloud"])},
|
71
72
|
{"name": "LOCUSTCLOUD_DEPLOYER_URL", "value": session.api_url},
|
72
73
|
*locust_env_variables,
|
73
74
|
]
|
@@ -1,13 +1,13 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: locust-cloud
|
3
|
-
Version: 1.20.
|
3
|
+
Version: 1.20.3
|
4
4
|
Summary: Locust Cloud
|
5
5
|
Project-URL: homepage, https://locust.cloud
|
6
6
|
Project-URL: repository, https://github.com/locustcloud/locust-cloud
|
7
7
|
License: MIT
|
8
8
|
License-File: LICENSE
|
9
9
|
Requires-Python: >=3.10
|
10
|
-
Requires-Dist: locust>=2.36.
|
10
|
+
Requires-Dist: locust>=2.36.1
|
11
11
|
Requires-Dist: platformdirs<5.0.0,>=4.3.6
|
12
12
|
Requires-Dist: pyjwt<3.0,>=2.0
|
13
13
|
Requires-Dist: python-socketio[client]==5.13.0
|
@@ -1,7 +1,7 @@
|
|
1
1
|
locust_cloud/__init__.py,sha256=9USe4yHuvpP5xrXm0dVsi08pu2l5TcjxQl6Pei8w3lk,713
|
2
2
|
locust_cloud/apisession.py,sha256=kCr271_l0IeMGw0L563mOecqPJj4OD9h2J3vxCM5zYQ,4015
|
3
3
|
locust_cloud/args.py,sha256=jBAKDNckEfP5v_2rKEMWWiWK_sjW6kX3sNgzgQkGk0Q,6974
|
4
|
-
locust_cloud/cloud.py,sha256=
|
4
|
+
locust_cloud/cloud.py,sha256=esKhV4BXIkn2-1kPyUkW-o8k7GpevgaJz8CrA0S89VE,6149
|
5
5
|
locust_cloud/common.py,sha256=cFrDVKpi9OEmH6giOuj9HoIUFSBArixNtNHzZIgDvPE,992
|
6
6
|
locust_cloud/input_events.py,sha256=MyxccgboHByICuK6VpQCCJhZQqTZAacNmkSpw-gxBEw,3420
|
7
7
|
locust_cloud/web_login.py,sha256=1j2AQoEM6XVSDtE1q0Ryrs4jFEx07r9IQfZCoFAQXJg,2400
|
@@ -11,8 +11,8 @@ locust_cloud/docs/1-first-run.rst,sha256=dYYVxVb1RlWPNvhE98H1D_mzTJ1H2NWNn435nag
|
|
11
11
|
locust_cloud/docs/2-examples.rst,sha256=RublnAK3jHRsEtbJAr1y2NEEoN0YAjkzP1np-7tJ3aE,9565
|
12
12
|
locust_cloud/docs/locust-cloud.rst,sha256=NMfWGZdT0YPa0gPPuOcKplzBcqiEK7buPzXHOlzY5T0,98
|
13
13
|
locust_cloud/docs/images/locust-cloud-screenshot.png,sha256=ag0IxBi-40VexC84MApol1GCgRCL2h-l8NQDTMaeTyE,477350
|
14
|
-
locust_cloud-1.20.
|
15
|
-
locust_cloud-1.20.
|
16
|
-
locust_cloud-1.20.
|
17
|
-
locust_cloud-1.20.
|
18
|
-
locust_cloud-1.20.
|
14
|
+
locust_cloud-1.20.3.dist-info/METADATA,sha256=ifRrqs3KTmgT6Rt230IXc_5Clb6xwRL7jJPV-lfQ5wk,576
|
15
|
+
locust_cloud-1.20.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
16
|
+
locust_cloud-1.20.3.dist-info/entry_points.txt,sha256=PGyAb4e3aTsGS3N3VGShDl6VzJaXy7QwsEgsLOC7V00,57
|
17
|
+
locust_cloud-1.20.3.dist-info/licenses/LICENSE,sha256=Ow6fY6ta4KIjdlWalmxGvRP8yLmetvkbkl-SdHMjPIs,1093
|
18
|
+
locust_cloud-1.20.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|