locust-cloud 1.27.2.dev11__tar.gz → 1.27.3.dev3__tar.gz

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.

Potentially problematic release.


This version of locust-cloud might be problematic. Click here for more details.

Files changed (37) hide show
  1. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/.github/workflows/daily-check.yml +0 -23
  2. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/PKG-INFO +2 -2
  3. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/pyproject.toml +1 -1
  4. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/uv.lock +5 -5
  5. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/.github/workflows/tests.yml +0 -0
  6. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/.gitignore +0 -0
  7. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/.pre-commit-config.yaml +0 -0
  8. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/.vscode/extensions.json +0 -0
  9. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/.vscode/launch.json +0 -0
  10. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/.vscode/settings.json +0 -0
  11. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/LICENSE +0 -0
  12. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/README.md +0 -0
  13. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/locust_cloud/__init__.py +0 -0
  14. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/locust_cloud/apisession.py +0 -0
  15. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/locust_cloud/args.py +0 -0
  16. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/locust_cloud/common.py +0 -0
  17. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/locust_cloud/docs/.gitignore +0 -0
  18. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/locust_cloud/docs/1-first-run.rst +0 -0
  19. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/locust_cloud/docs/2-examples.rst +0 -0
  20. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/locust_cloud/docs/images/locust-cloud-screenshot.png +0 -0
  21. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/locust_cloud/docs/locust-cloud.rst +0 -0
  22. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/locust_cloud/import_finder.py +0 -0
  23. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/locust_cloud/input_events.py +0 -0
  24. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/locust_cloud/web_login.py +0 -0
  25. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/locust_cloud/websocket.py +0 -0
  26. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/locustfile.py +0 -0
  27. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/testdata/autodetected.py +0 -0
  28. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/testdata/extra-files/extra.txt +0 -0
  29. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/testdata/extra-package/example/__init__.py +0 -0
  30. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/testdata/extra-package/setup.py +0 -0
  31. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/testdata/requirements.txt +0 -0
  32. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/tests/args_test.py +0 -0
  33. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/tests/browser_tests.py +0 -0
  34. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/tests/cloud_test.py +0 -0
  35. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/tests/import_finder_test.py +0 -0
  36. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/tests/web_login_test.py +0 -0
  37. {locust_cloud-1.27.2.dev11 → locust_cloud-1.27.3.dev3}/tests/websocket_test.py +0 -0
@@ -61,26 +61,3 @@ jobs:
61
61
  if: always()
62
62
  run: uv run --with locust --with . locust --delete
63
63
 
64
- locust_url_test:
65
- needs: [locust_cloud_full_run]
66
- runs-on: ubuntu-latest
67
- steps:
68
- - run: sleep 60 # Wait a bit to let the previous test's resources be fully deleted
69
- - uses: actions/checkout@v4
70
- with:
71
- fetch-depth: 0
72
- fetch-tags: true
73
- - uses: astral-sh/setup-uv@v5
74
- - run: uv venv --python 3.11
75
- - run: uv run playwright install --with-deps
76
- - run: uv run pytest tests/browser_tests.py
77
- env:
78
- LOCUSTCLOUD_USERNAME: ${{ secrets.LOCUSTCLOUD_USERNAME }}
79
- LOCUSTCLOUD_PASSWORD: ${{ secrets.LOCUSTCLOUD_PASSWORD }}
80
- HEADLESS: 1
81
- - name: On failure, notify slack
82
- if: failure()
83
- run: curl -d "{\"text\":\"Failed url test run $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID\"}" $SLACK_NOTIFICATIONS_WEBHOOK
84
- - name: Make sure to delete (url tester doesn't self-destroy)
85
- if: always()
86
- run: uv run --with locust --with . locust --delete
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: locust-cloud
3
- Version: 1.27.2.dev11
3
+ Version: 1.27.3.dev3
4
4
  Summary: Locust Cloud
5
5
  Project-URL: homepage, https://locust.cloud
6
6
  Project-URL: repository, https://github.com/locustcloud/locust-cloud
@@ -11,7 +11,7 @@ Requires-Dist: configargparse>=1.7.1
11
11
  Requires-Dist: gevent<26.0.0,>=24.10.1
12
12
  Requires-Dist: platformdirs<5.0.0,>=4.3.6
13
13
  Requires-Dist: python-engineio>=4.12.2
14
- Requires-Dist: python-socketio[client]==5.13.0
14
+ Requires-Dist: python-socketio[client]==5.14.1
15
15
  Requires-Dist: tomli>=1.1.0; python_version < '3.11'
16
16
  Description-Content-Type: text/markdown
17
17
 
@@ -10,7 +10,7 @@ dependencies = [
10
10
  "tomli>=1.1.0; python_version < '3.11'",
11
11
  "gevent>=24.10.1,<26.0.0",
12
12
  "platformdirs>=4.3.6,<5.0.0",
13
- "python-socketio[client]==5.13.0",
13
+ "python-socketio[client]==5.14.1",
14
14
  "python-engineio>=4.12.2",
15
15
  ]
16
16
 
@@ -1,5 +1,5 @@
1
1
  version = 1
2
- revision = 2
2
+ revision = 3
3
3
  requires-python = ">=3.10"
4
4
 
5
5
  [[package]]
@@ -385,7 +385,7 @@ requires-dist = [
385
385
  { name = "gevent", specifier = ">=24.10.1,<26.0.0" },
386
386
  { name = "platformdirs", specifier = ">=4.3.6,<5.0.0" },
387
387
  { name = "python-engineio", specifier = ">=4.12.2" },
388
- { name = "python-socketio", extras = ["client"], specifier = "==5.13.0" },
388
+ { name = "python-socketio", extras = ["client"], specifier = "==5.14.1" },
389
389
  { name = "tomli", marker = "python_full_version < '3.11'", specifier = ">=1.1.0" },
390
390
  ]
391
391
 
@@ -582,15 +582,15 @@ wheels = [
582
582
 
583
583
  [[package]]
584
584
  name = "python-socketio"
585
- version = "5.13.0"
585
+ version = "5.14.1"
586
586
  source = { registry = "https://pypi.org/simple" }
587
587
  dependencies = [
588
588
  { name = "bidict" },
589
589
  { name = "python-engineio" },
590
590
  ]
591
- sdist = { url = "https://files.pythonhosted.org/packages/21/1a/396d50ccf06ee539fa758ce5623b59a9cb27637fc4b2dc07ed08bf495e77/python_socketio-5.13.0.tar.gz", hash = "sha256:ac4e19a0302ae812e23b712ec8b6427ca0521f7c582d6abb096e36e24a263029", size = 121125, upload-time = "2025-04-12T15:46:59.933Z" }
591
+ sdist = { url = "https://files.pythonhosted.org/packages/05/c2/a9ae3d0eb4488748a2d9c15defddb7277a852234e29e50c73136834dff1b/python_socketio-5.14.1.tar.gz", hash = "sha256:bf49657073b90ee09e4cbd6651044b46bb526694276621e807a1b8fcc0c1b25b", size = 123068, upload-time = "2025-10-02T18:44:54.467Z" }
592
592
  wheels = [
593
- { url = "https://files.pythonhosted.org/packages/3c/32/b4fb8585d1be0f68bde7e110dffbcf354915f77ad8c778563f0ad9655c02/python_socketio-5.13.0-py3-none-any.whl", hash = "sha256:51f68d6499f2df8524668c24bcec13ba1414117cfb3a90115c559b601ab10caf", size = 77800, upload-time = "2025-04-12T15:46:58.412Z" },
593
+ { url = "https://files.pythonhosted.org/packages/d5/5e/302c3499a134a52b68e4e6fb345cea52ab1c41460949bcdb09f8bd0e3594/python_socketio-5.14.1-py3-none-any.whl", hash = "sha256:3419f5917f0e3942317836a77146cb4caa23ad804c8fd1a7e3f44a6657a8406e", size = 78496, upload-time = "2025-10-02T18:44:52.649Z" },
594
594
  ]
595
595
 
596
596
  [package.optional-dependencies]