locust 2.31.8.dev17__py3-none-any.whl → 2.31.9.dev2__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/_version.py CHANGED
@@ -14,7 +14,7 @@ __version_tuple__: VERSION_TUPLE
14
14
  version_tuple: VERSION_TUPLE
15
15
 
16
16
 
17
- __version__ = "2.31.8.dev17"
17
+ __version__ = "2.31.9.dev2"
18
18
  version = __version__
19
- __version_tuple__ = (2, 31, 8, "dev17")
19
+ __version_tuple__ = (2, 31, 9, "dev2")
20
20
  version_tuple = __version_tuple__
locust/main.py CHANGED
@@ -517,10 +517,10 @@ See https://github.com/locustio/locust/wiki/Installation#increasing-maximum-numb
517
517
  web_ui = None
518
518
 
519
519
  if options.autostart and options.headless:
520
- logger.warning("The --autostart argument is implied by --headless, no need to set both.")
520
+ logger.info("The --autostart argument is implied by --headless, no need to set both.")
521
521
 
522
522
  if options.autostart and options.worker:
523
- logger.warning("The --autostart argument has no meaning on a worker.")
523
+ logger.info("The --autostart argument has no meaning on a worker.")
524
524
 
525
525
  def assign_equal_weights(environment, **kwargs):
526
526
  environment.assign_equal_weights()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: locust
3
- Version: 2.31.8.dev17
3
+ Version: 2.31.9.dev2
4
4
  Summary: Developer-friendly load testing framework
5
5
  Home-page: https://locust.io/
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  locust/__init__.py,sha256=Jit8eNUrwuMLqavyFvMZr69e61DILq_KB4yT4MciScw,1681
2
2
  locust/__main__.py,sha256=vBQ82334kX06ImDbFlPFgiBRiLIinwNk3z8Khs6hd74,31
3
- locust/_version.py,sha256=-cwRlL01f63URfUhdSQFAVn4yiHCpr6Jm080v50TcR0,460
3
+ locust/_version.py,sha256=AEnN-HnHGgyLOCdITLzfD3E9E95Ep_mQFIVYDpFzot0,458
4
4
  locust/argument_parser.py,sha256=Q_P7Yt0KdtOiNAgTZcEVuxX9eGzJoyibI3mPrf0vzvA,29184
5
5
  locust/clients.py,sha256=XK-xabq2_5GZKMEjebDobvEjeBTtCs8h2EelL7s68Qs,19346
6
6
  locust/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -15,7 +15,7 @@ locust/exception.py,sha256=jGgJ32ubuf4pWdlaVOkbh2Y0LlG0_DHi-lv3ib8ppOE,1791
15
15
  locust/html.py,sha256=ioHs8R6aqK_XCBSv4fOV90PYWv_MYQuW9Pl71R6EidM,3496
16
16
  locust/input_events.py,sha256=ZIyePyAMuA_YFYWg18g_pE4kwuQV3RbEB250MzXRwjY,3314
17
17
  locust/log.py,sha256=Wrkn0Ibugh5Sqjm4hGQ2-jUsy1tNMBdTctp4FyXQI24,3457
18
- locust/main.py,sha256=xitcurMkjtvMZsIyylGjld1614S9dn6N8liiGKPwStU,29301
18
+ locust/main.py,sha256=YQpBEgnmsfFv8VlE7afh5zfWvOvvkyhxZJmf9tJPDLk,29295
19
19
  locust/py.typed,sha256=gkWLl8yD4mIZnNYYAIRM8g9VarLvWmTAFeUfEbxJLBw,65
20
20
  locust/rpc/__init__.py,sha256=nVGoHWFQxZjnhCDWjbgXIbmFbN9sizAjkhvSs9_642c,58
21
21
  locust/rpc/protocol.py,sha256=n-rb3GZQcAlldYDj4E4GuFGylYj_26GSS5U29meft5Y,1282
@@ -47,8 +47,8 @@ locust/webui/dist/auth.html,sha256=2uY9LLpVbJs5dL8JUn7jOGZoxfAK3PUHu6SXSpMGjvY,6
47
47
  locust/webui/dist/index.html,sha256=THjhvf34SDsWsG1AFUk5VEd6YO922EA78x5PQLzNcko,654
48
48
  locust/webui/dist/report.html,sha256=O0XboajV3IMpepxs-Yq5MWj78kxLtflWC1EfQCg1Sho,1470968
49
49
  poetry.lock,sha256=M915pfu8Aer_KLr-xSjfsqxyrmfOulhzSLfsxYkM-ok,208302
50
- locust-2.31.8.dev17.dist-info/LICENSE,sha256=78XGpIn3fHVBfaxlPNUfjVufSN7QsdhpJMRJHv2AFpo,1095
51
- locust-2.31.8.dev17.dist-info/METADATA,sha256=9xuDI5GHaXPexBVaSIZWl9tms7WC6zMdZMyhMPrUvqg,7725
52
- locust-2.31.8.dev17.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
53
- locust-2.31.8.dev17.dist-info/entry_points.txt,sha256=RhIxlLwU_Ae_WjimS5COUDLagdCh6IOMyLtgaQxNmlM,43
54
- locust-2.31.8.dev17.dist-info/RECORD,,
50
+ locust-2.31.9.dev2.dist-info/LICENSE,sha256=78XGpIn3fHVBfaxlPNUfjVufSN7QsdhpJMRJHv2AFpo,1095
51
+ locust-2.31.9.dev2.dist-info/METADATA,sha256=km53nGKE6KPfnK0E5pjdDJ12caYL3pWc0D6uDq-xits,7724
52
+ locust-2.31.9.dev2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
53
+ locust-2.31.9.dev2.dist-info/entry_points.txt,sha256=RhIxlLwU_Ae_WjimS5COUDLagdCh6IOMyLtgaQxNmlM,43
54
+ locust-2.31.9.dev2.dist-info/RECORD,,