You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.
Or, build yourself:
nix-build -A python3Packages.aioshelly https://github.com/r-ryantm/nixpkgs/archive/403c0e492ac7c4b1249194b9b702728b7850c93f.tar.gz
After you've downloaded or built it, look at the files and if there are any, run the binaries:
ls -la /nix/store/dqvj1595i4891na247wqwyq6gm24i62q-python3.13-aioshelly-13.25.0
ls -la /nix/store/dqvj1595i4891na247wqwyq6gm24i62q-python3.13-aioshelly-13.25.0/bin
Pre-merge build results
We have automatically built all packages that will get rebuilt due to
this change.
This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.
As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.
return self._mock_call(*args, **kwargs)
File "/nix/store/cgk2ykijyaadc1687r0w4psf8pi1fdyc-python3-3.14.3/lib/python3.14/unittest/mock.py", line 1179, in _mock_call
return self._execute_mock_call(*args, **kwargs)
if ble_config.get("enable", True):
Enable tracemalloc to get traceback where the object was allocated.
See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
--------------------------- snapshot report summary ----------------------------
524 snapshots passed.
=========================== short test summary info ============================
FAILED tests/components/shelly/test_config_flow.py::test_bluetooth_discovery - AssertionError: assert <FlowResultType.ABORT: 'abort'> is <FlowResultType.F...
FAILED tests/components/shelly/test_config_flow.py::test_bluetooth_provision_timeout_ble_exception - homeassistant.data_entry_flow.UnknownFlow
ERROR tests/components/shelly/test_config_flow.py::test_bluetooth_provision_secure_device_both_enabled - TypeError: Type is not JSON serializable: coroutine
ERROR tests/components/shelly/test_config_flow.py::test_bluetooth_provision_secure_device_only_ap_disabled - TypeError: Type is not JSON serializable: coroutine
ERROR tests/components/shelly/test_config_flow.py::test_bluetooth_provision_secure_device_only_ble_disabled - TypeError: Type is not JSON serializable: coroutine
ERROR tests/components/shelly/test_config_flow.py::test_bluetooth_provision_secure_device_with_restart_required - TypeError: Type is not JSON serializable: coroutine
ERROR tests/components/shelly/test_config_flow.py::test_bluetooth_provision_secure_device_fails_gracefully - TypeError: Type is not JSON serializable: coroutine
ERROR tests/components/shelly/test_device_trigger.py::test_rpc_no_runtime_data - AttributeError: 'MockConfigEntry' object has no attribute 'runtime_data'
============ 2 failed, 611 passed, 16 warnings, 6 errors in 55.22s =============
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.
meta.description for python3Packages.aioshelly is: Python library to control Shelly
meta.homepage for python3Packages.aioshelly is: https://github.com/home-assistant-libs/aioshelly
meta.changelog for python3Packages.aioshelly is: https://github.com/home-assistant-libs/aioshelly/releases/tag/13.25.0
Updates performed
To inspect upstream changes
Impact
Checks done
passthru.tests, if any, passedRebuild report (if merged into master) (click to expand)
Instructions to test this update (click to expand)
Either download from the cache:
(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the
trusted-userslist or you can usesudosince root is effectively trusted.Or, build yourself:
Or:
After you've downloaded or built it, look at the files and if there are any, run the binaries:
Pre-merge build results
We have automatically built all packages that will get rebuilt due to
this change.
This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.
nixpkgs-reviewresultGenerated using
nixpkgs-review.Command:
nixpkgs-review --extra-nixpkgs-config '{ allowBroken = false; }'Commit:
403c0e492ac7c4b1249194b9b702728b7850c93fx86_64-linux❌ 1 package failed to build:
✅ 56 packages built:
Maintainer pings
cc @fabaff for testing.
Tip
As a maintainer, if your package is located under
pkgs/by-name/*, you can comment@NixOS/nixpkgs-merge-bot mergeto automatically merge this update using thenixpkgs-merge-bot.