locust-cloud 1.18.0__py3-none-any.whl → 1.19.0__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/args.py CHANGED
@@ -163,6 +163,12 @@ cloud_parser.add_argument(
163
163
  type=valid_extra_files_path,
164
164
  help="A list of extra files or directories to upload. Space-separated, e.g. --extra-files testdata.csv *.py my-directory/",
165
165
  )
166
+ cloud_parser.add_argument(
167
+ "--testrun-tags",
168
+ nargs="*",
169
+ default=None,
170
+ help="A list of tags that can be used to filter testruns",
171
+ )
166
172
 
167
173
  combined_cloud_parser = configargparse.ArgumentParser(
168
174
  default_config_files=[
locust_cloud/cloud.py CHANGED
@@ -68,6 +68,7 @@ def main():
68
68
  payload = {
69
69
  "locust_args": [
70
70
  {"name": "LOCUST_USERS", "value": str(options.users)},
71
+ {"name": "LOCUSTCLOUD_TESTRUN_TAGS", "value": " ".join(options.testrun_tags)},
71
72
  {"name": "LOCUST_FLAGS", "value": " ".join(locust_options)},
72
73
  {"name": "LOCUSTCLOUD_DEPLOYER_URL", "value": session.api_url},
73
74
  *locust_env_variables,
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: locust-cloud
3
- Version: 1.18.0
3
+ Version: 1.19.0
4
4
  Summary: Locust Cloud
5
5
  Project-URL: Homepage, https://locust.cloud
6
6
  License-File: LICENSE
7
7
  Requires-Python: >=3.10
8
8
  Requires-Dist: configargparse==1.7
9
9
  Requires-Dist: gevent>=24.11.1
10
- Requires-Dist: locust>=2.34.0
10
+ Requires-Dist: locust>=2.35.0
11
11
  Requires-Dist: platformdirs>=4.3.6
12
12
  Requires-Dist: pyjwt>=2.0
13
13
  Requires-Dist: python-socketio[client]==5.11.4
@@ -1,13 +1,13 @@
1
1
  locust_cloud/__init__.py,sha256=NPggKqjx13UKmmgoG6dpoXOyA1liGBAUP8pz6OSpBvI,488
2
2
  locust_cloud/apisession.py,sha256=kCr271_l0IeMGw0L563mOecqPJj4OD9h2J3vxCM5zYQ,4015
3
- locust_cloud/args.py,sha256=oyl6Uv5CV3mTMLos_-3ChVwyHt6ElxLAaanlbQn5SaU,6056
4
- locust_cloud/cloud.py,sha256=RbW7p4pQWIcvaYe_80BwNiBC8YHmrX-1tE5X8Bi0dH0,5912
3
+ locust_cloud/args.py,sha256=QRt1NoFwxTyj7147YF1_YN6u5V34qGBSNwgnl7nwZQ4,6203
4
+ locust_cloud/cloud.py,sha256=kyt-TmC_3ZrMOhMPPaLz1V9-Bs2IrcR71hA5bdA1744,6007
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
8
8
  locust_cloud/websocket.py,sha256=9Q7nTFuAwVhgW74DlJNcHTZXOQ1drsXi8hX9ciZhWlQ,8998
9
- locust_cloud-1.18.0.dist-info/METADATA,sha256=f17Qf7dxDY0I5p2zktKZ62lxutHnbWuOEklPXmFvWaQ,633
10
- locust_cloud-1.18.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
11
- locust_cloud-1.18.0.dist-info/entry_points.txt,sha256=PGyAb4e3aTsGS3N3VGShDl6VzJaXy7QwsEgsLOC7V00,57
12
- locust_cloud-1.18.0.dist-info/licenses/LICENSE,sha256=Ow6fY6ta4KIjdlWalmxGvRP8yLmetvkbkl-SdHMjPIs,1093
13
- locust_cloud-1.18.0.dist-info/RECORD,,
9
+ locust_cloud-1.19.0.dist-info/METADATA,sha256=2ttHS15DuB7wgII-80VocSa3mpCyYTPxERoLJQH5G6g,633
10
+ locust_cloud-1.19.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
11
+ locust_cloud-1.19.0.dist-info/entry_points.txt,sha256=PGyAb4e3aTsGS3N3VGShDl6VzJaXy7QwsEgsLOC7V00,57
12
+ locust_cloud-1.19.0.dist-info/licenses/LICENSE,sha256=Ow6fY6ta4KIjdlWalmxGvRP8yLmetvkbkl-SdHMjPIs,1093
13
+ locust_cloud-1.19.0.dist-info/RECORD,,