Skip to content

Include extra metadata in backup WS API #238814

Include extra metadata in backup WS API

Include extra metadata in backup WS API #238814

Triggered via pull request February 4, 2025 08:44
Status Failure
Total duration 31m 51s
Artifacts 34

ci.yaml

on: pull_request
Collect information & changes data
14s
Collect information & changes data
Matrix: Prepare dependencies
Prepare pre-commit base
15s
Prepare pre-commit base
Matrix: lint-hadolint
Check hassfest
44s
Check hassfest
Check all requirements
22s
Check all requirements
Check mypy
54s
Check mypy
Check pylint
7m 28s
Check pylint
Check pylint on tests
5m 45s
Check pylint on tests
Matrix: Audit licenses
Check ruff-format
17s
Check ruff-format
Check ruff
23s
Check ruff
Check other linters
57s
Check other linters
Matrix: pytest-mariadb
Matrix: pytest-partial
Matrix: pytest-postgres
Split tests for full run
8m 37s
Split tests for full run
Upload test coverage to Codecov (partial suite)
0s
Upload test coverage to Codecov (partial suite)
Matrix: pytest-full
Upload test coverage to Codecov (full suite)
0s
Upload test coverage to Codecov (full suite)
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 58 warnings
Run mariadb:10.6.10 tests Python 3.13
Process completed with exit code 1.
Run tests Python 3.13 (5)
Process completed with exit code 1.
Run mariadb:10.6.10 tests Python 3.13: tests/components/recorder/db_schema_9.py#L31
The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0)
Run mariadb:10.10.3 tests Python 3.13: tests/components/recorder/db_schema_9.py#L31
The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0)
Run mariadb:10.11.2 tests Python 3.13: tests/components/recorder/db_schema_9.py#L31
The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0)
Run postgres:12.14 tests Python 3.13: tests/components/recorder/db_schema_9.py#L31
The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0)
Run postgres:15.2 tests Python 3.13: tests/components/recorder/db_schema_9.py#L31
The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0)
Run mariadb:10.3.32 tests Python 3.13: tests/components/recorder/db_schema_9.py#L31
The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0)
Run mysql:8.0.32 tests Python 3.13: tests/components/recorder/db_schema_9.py#L31
The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0)
Run tests Python 3.13 (3): venv/lib/python3.13/site-packages/miio/miot_device.py#L23
functools.partial will be a method descriptor in future Python versions; wrap it in enum.member() if you want to preserve the old behavior
Run tests Python 3.13 (3): venv/lib/python3.13/site-packages/miio/miot_device.py#L23
functools.partial will be a method descriptor in future Python versions; wrap it in enum.member() if you want to preserve the old behavior
Run tests Python 3.13 (3): venv/lib/python3.13/site-packages/miio/miot_device.py#L23
functools.partial will be a method descriptor in future Python versions; wrap it in enum.member() if you want to preserve the old behavior
Run tests Python 3.13 (3): venv/lib/python3.13/site-packages/miio/miot_device.py#L23
functools.partial will be a method descriptor in future Python versions; wrap it in enum.member() if you want to preserve the old behavior
Run tests Python 3.13 (2): venv/lib/python3.13/site-packages/slack/deprecation.py#L14
slack package is deprecated. Please use slack_sdk.web/webhook/rtm package instead. For more info, go to https://slack.dev/python-slack-sdk/v3-migration/
Run tests Python 3.13 (2): venv/lib/python3.13/site-packages/slack/deprecation.py#L14
slack.errors package is deprecated. Please use slack_sdk.errors package instead. For more info, go to https://slack.dev/python-slack-sdk/v3-migration/
Run tests Python 3.13 (2): venv/lib/python3.13/site-packages/slack/deprecation.py#L14
slack package is deprecated. Please use slack_sdk.web/webhook/rtm package instead. For more info, go to https://slack.dev/python-slack-sdk/v3-migration/
Run tests Python 3.13 (2): venv/lib/python3.13/site-packages/slack/deprecation.py#L14
slack.errors package is deprecated. Please use slack_sdk.errors package instead. For more info, go to https://slack.dev/python-slack-sdk/v3-migration/
Run tests Python 3.13 (2): venv/lib/python3.13/site-packages/slack/deprecation.py#L14
slack package is deprecated. Please use slack_sdk.web/webhook/rtm package instead. For more info, go to https://slack.dev/python-slack-sdk/v3-migration/
Run tests Python 3.13 (2): venv/lib/python3.13/site-packages/slack/deprecation.py#L14
slack.errors package is deprecated. Please use slack_sdk.errors package instead. For more info, go to https://slack.dev/python-slack-sdk/v3-migration/
Run tests Python 3.13 (2): venv/lib/python3.13/site-packages/slack/deprecation.py#L14
slack package is deprecated. Please use slack_sdk.web/webhook/rtm package instead. For more info, go to https://slack.dev/python-slack-sdk/v3-migration/
Run tests Python 3.13 (2): venv/lib/python3.13/site-packages/slack/deprecation.py#L14
slack.errors package is deprecated. Please use slack_sdk.errors package instead. For more info, go to https://slack.dev/python-slack-sdk/v3-migration/
Run tests Python 3.13 (8): opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/traceback.py#L293
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited Coroutine created at (most recent call last) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/pluggy/_callers.py", line 103, in _multicall res = hook_impl.function(*args) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call result = testfunction(**testargs) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/pytest_asyncio/plugin.py", line 1052, in inner _loop.run_until_complete(task) File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 707, in run_until_complete self.run_forever() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 678, in run_forever self._run_once() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 2025, in _run_once handle._run() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/events.py", line 89, in _run self._context.run(self._callback, *self._args) File "/home/runner/work/core/core/homeassistant/components/hassio/coordinator.py", line 530, in _update_addon_info info_dict = info.to_dict() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py", line 1167, in __call__ return self._mock_call(*args, **kwargs) File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py", line 1171, in _mock_call return self._execute_mock_call(*args, **kwargs)
Run tests Python 3.13 (8): opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/traceback.py#L293
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited Coroutine created at (most recent call last) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/pluggy/_callers.py", line 103, in _multicall res = hook_impl.function(*args) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call result = testfunction(**testargs) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/pytest_asyncio/plugin.py", line 1052, in inner _loop.run_until_complete(task) File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 707, in run_until_complete self.run_forever() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 678, in run_forever self._run_once() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 2025, in _run_once handle._run() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/events.py", line 89, in _run self._context.run(self._callback, *self._args) File "/home/runner/work/core/core/homeassistant/components/hassio/coordinator.py", line 530, in _update_addon_info info_dict = info.to_dict() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py", line 1167, in __call__ return self._mock_call(*args, **kwargs) File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py", line 1171, in _mock_call return self._execute_mock_call(*args, **kwargs)
Run tests Python 3.13 (8): opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/traceback.py#L449
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited Coroutine created at (most recent call last) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/pluggy/_callers.py", line 103, in _multicall res = hook_impl.function(*args) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call result = testfunction(**testargs) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/pytest_asyncio/plugin.py", line 1052, in inner _loop.run_until_complete(task) File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 707, in run_until_complete self.run_forever() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 678, in run_forever self._run_once() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 2025, in _run_once handle._run() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/events.py", line 89, in _run self._context.run(self._callback, *self._args) File "/home/runner/work/core/core/homeassistant/components/hassio/coordinator.py", line 530, in _update_addon_info info_dict = info.to_dict() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py", line 1167, in __call__ return self._mock_call(*args, **kwargs) File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py", line 1171, in _mock_call return self._execute_mock_call(*args, **kwargs)
Run tests Python 3.13 (8): opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/traceback.py#L293
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited Coroutine created at (most recent call last) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/pluggy/_callers.py", line 103, in _multicall res = hook_impl.function(*args) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call result = testfunction(**testargs) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/pytest_asyncio/plugin.py", line 1052, in inner _loop.run_until_complete(task) File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 707, in run_until_complete self.run_forever() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 678, in run_forever self._run_once() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 2025, in _run_once handle._run() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/events.py", line 89, in _run self._context.run(self._callback, *self._args) File "/home/runner/work/core/core/homeassistant/components/hassio/coordinator.py", line 530, in _update_addon_info info_dict = info.to_dict() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py", line 1167, in __call__ return self._mock_call(*args, **kwargs) File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py", line 1171, in _mock_call return self._execute_mock_call(*args, **kwargs)
Run tests Python 3.13 (8): opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py#L463
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited Coroutine created at (most recent call last) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/pluggy/_callers.py", line 103, in _multicall res = hook_impl.function(*args) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call result = testfunction(**testargs) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/pytest_asyncio/plugin.py", line 1052, in inner _loop.run_until_complete(task) File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 707, in run_until_complete self.run_forever() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 678, in run_forever self._run_once() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 2025, in _run_once handle._run() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/events.py", line 89, in _run self._context.run(self._callback, *self._args) File "/home/runner/work/core/core/homeassistant/components/hassio/coordinator.py", line 530, in _update_addon_info info_dict = info.to_dict() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py", line 1167, in __call__ return self._mock_call(*args, **kwargs) File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py", line 1171, in _mock_call return self._execute_mock_call(*args, **kwargs)
Run tests Python 3.13 (8): tests/conftest.py#L276
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited Coroutine created at (most recent call last) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/pluggy/_callers.py", line 103, in _multicall res = hook_impl.function(*args) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call result = testfunction(**testargs) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/pytest_asyncio/plugin.py", line 1052, in inner _loop.run_until_complete(task) File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 707, in run_until_complete self.run_forever() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 678, in run_forever self._run_once() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 2025, in _run_once handle._run() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/events.py", line 89, in _run self._context.run(self._callback, *self._args) File "/home/runner/work/core/core/homeassistant/components/hassio/coordinator.py", line 530, in _update_addon_info info_dict = info.to_dict() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py", line 1167, in __call__ return self._mock_call(*args, **kwargs) File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py", line 1171, in _mock_call return self._execute_mock_call(*args, **kwargs)
Run tests Python 3.13 (7): venv/lib/python3.13/site-packages/gql/transport/websockets_base.py#L11
websockets.client.WebSocketClientProtocol is deprecated
Run tests Python 3.13 (7): venv/lib/python3.13/site-packages/websockets/legacy/__init__.py#L6
websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions
Run tests Python 3.13 (7): venv/lib/python3.13/site-packages/gql/transport/websockets_base.py#L11
websockets.client.WebSocketClientProtocol is deprecated
Run tests Python 3.13 (7): venv/lib/python3.13/site-packages/websockets/legacy/__init__.py#L6
websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions
Run tests Python 3.13 (7): venv/lib/python3.13/site-packages/gql/transport/websockets_base.py#L11
websockets.client.WebSocketClientProtocol is deprecated
Run tests Python 3.13 (7): venv/lib/python3.13/site-packages/websockets/legacy/__init__.py#L6
websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions
Run tests Python 3.13 (7): venv/lib/python3.13/site-packages/gql/transport/websockets_base.py#L11
websockets.client.WebSocketClientProtocol is deprecated
Run tests Python 3.13 (7): venv/lib/python3.13/site-packages/websockets/legacy/__init__.py#L6
websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions
Run tests Python 3.13 (7): venv/lib/python3.13/site-packages/gql/transport/websockets_base.py#L11
websockets.client.WebSocketClientProtocol is deprecated
Run tests Python 3.13 (7): venv/lib/python3.13/site-packages/websockets/legacy/__init__.py#L6
websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions
Run tests Python 3.13 (6): tests/components/recorder/db_schema_9.py#L31
The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0)
Run tests Python 3.13 (5): venv/lib/python3.13/site-packages/feedparser/util.py#L95
To avoid breaking existing software while fixing issue 310, a temporary mapping has been created from `updated_parsed` to `published_parsed` if `updated_parsed` doesn't exist. This fallback will be removed in a future version of feedparser.
Run tests Python 3.13 (5): venv/lib/python3.13/site-packages/feedparser/util.py#L95
To avoid breaking existing software while fixing issue 310, a temporary mapping has been created from `updated_parsed` to `published_parsed` if `updated_parsed` doesn't exist. This fallback will be removed in a future version of feedparser.
Run tests Python 3.13 (5): venv/lib/python3.13/site-packages/feedparser/util.py#L95
To avoid breaking existing software while fixing issue 310, a temporary mapping has been created from `updated_parsed` to `published_parsed` if `updated_parsed` doesn't exist. This fallback will be removed in a future version of feedparser.
Run tests Python 3.13 (5): venv/lib/python3.13/site-packages/feedparser/util.py#L95
To avoid breaking existing software while fixing issue 310, a temporary mapping has been created from `updated_parsed` to `published_parsed` if `updated_parsed` doesn't exist. This fallback will be removed in a future version of feedparser.
Run tests Python 3.13 (5): venv/lib/python3.13/site-packages/feedparser/util.py#L95
To avoid breaking existing software while fixing issue 310, a temporary mapping has been created from `updated_parsed` to `published_parsed` if `updated_parsed` doesn't exist. This fallback will be removed in a future version of feedparser.
Run tests Python 3.13 (5): venv/lib/python3.13/site-packages/feedparser/util.py#L95
To avoid breaking existing software while fixing issue 310, a temporary mapping has been created from `updated_parsed` to `published_parsed` if `updated_parsed` doesn't exist. This fallback will be removed in a future version of feedparser.
Run tests Python 3.13 (5): venv/lib/python3.13/site-packages/feedparser/util.py#L95
To avoid breaking existing software while fixing issue 310, a temporary mapping has been created from `updated_parsed` to `published_parsed` if `updated_parsed` doesn't exist. This fallback will be removed in a future version of feedparser.
Run tests Python 3.13 (5): venv/lib/python3.13/site-packages/feedparser/util.py#L95
To avoid breaking existing software while fixing issue 310, a temporary mapping has been created from `updated_parsed` to `published_parsed` if `updated_parsed` doesn't exist. This fallback will be removed in a future version of feedparser.
Run tests Python 3.13 (5): venv/lib/python3.13/site-packages/feedparser/util.py#L95
To avoid breaking existing software while fixing issue 310, a temporary mapping has been created from `updated_parsed` to `published_parsed` if `updated_parsed` doesn't exist. This fallback will be removed in a future version of feedparser.
Run tests Python 3.13 (5): venv/lib/python3.13/site-packages/feedparser/util.py#L95
To avoid breaking existing software while fixing issue 310, a temporary mapping has been created from `updated_parsed` to `published_parsed` if `updated_parsed` doesn't exist. This fallback will be removed in a future version of feedparser.
Run tests Python 3.13 (4): venv/lib/python3.13/site-packages/websockets/legacy/__init__.py#L6
websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions
Run tests Python 3.13 (4): venv/lib/python3.13/site-packages/bluecurrent_api/websocket.py#L8
websockets.client.WebSocketClientProtocol is deprecated
Run tests Python 3.13 (4): venv/lib/python3.13/site-packages/bluecurrent_api/websocket.py#L9
websockets.exceptions.InvalidStatusCode is deprecated
Run tests Python 3.13 (4): venv/lib/python3.13/site-packages/websockets/legacy/__init__.py#L6
websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions
Run tests Python 3.13 (4): venv/lib/python3.13/site-packages/bluecurrent_api/websocket.py#L8
websockets.client.WebSocketClientProtocol is deprecated
Run tests Python 3.13 (4): venv/lib/python3.13/site-packages/bluecurrent_api/websocket.py#L9
websockets.exceptions.InvalidStatusCode is deprecated
Run tests Python 3.13 (4): venv/lib/python3.13/site-packages/websockets/legacy/__init__.py#L6
websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions

Artifacts

Produced during runtime
Name Size
coverage-3.13-1
903 KB
coverage-3.13-10
912 KB
coverage-3.13-2
906 KB
coverage-3.13-3
908 KB
coverage-3.13-4
911 KB
coverage-3.13-6
908 KB
coverage-3.13-7
912 KB
coverage-3.13-8
910 KB
coverage-3.13-9
906 KB
coverage-3.13-mariadb-10.10.3
16.5 KB
coverage-3.13-mariadb-10.11.2
16.5 KB
coverage-3.13-mariadb-10.3.32
16.5 KB
coverage-3.13-mysql-8.0.32
16.5 KB
coverage-3.13-postgres-12.14
16.5 KB
coverage-3.13-postgres-15.2
16.5 KB
pip-freeze-3.13
12.1 KB
pytest-238814-3.13-1
1.5 KB
pytest-238814-3.13-10
1.15 KB
pytest-238814-3.13-2
1.31 KB
pytest-238814-3.13-3
1.27 KB
pytest-238814-3.13-4
1.9 KB
pytest-238814-3.13-5
4.51 KB
pytest-238814-3.13-6
1.4 KB
pytest-238814-3.13-7
1.36 KB
pytest-238814-3.13-8
2.26 KB
pytest-238814-3.13-9
1.03 KB
pytest-238814-3.13-mariadb-10.10.3
2.64 KB
pytest-238814-3.13-mariadb-10.11.2
2.63 KB
pytest-238814-3.13-mariadb-10.3.32
2.67 KB
pytest-238814-3.13-mariadb-10.6.10
106 KB
pytest-238814-3.13-mysql-8.0.32
2.59 KB
pytest-238814-3.13-postgres-12.14
2.31 KB
pytest-238814-3.13-postgres-15.2
2.31 KB
pytest_buckets
5.85 KB