Skip to content

Conversation

@fabaff
Copy link
Member

@fabaff fabaff commented Jan 7, 2026

Diff: chemelli74/aioamazondevices@v11.0.2...v11.1.1

Changelog: https://github.com/chemelli74/aioamazondevices/blob/v11.1.1/CHANGELOG.md

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

@nixpkgs-ci nixpkgs-ci bot requested a review from dotlambda January 7, 2026 12:39
@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 6.topic: python Python is a high-level, general-purpose programming language. labels Jan 7, 2026
@fabaff
Copy link
Member Author

fabaff commented Jan 7, 2026

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 477725
Commit: 1b551f9ae9686f05df13ed168574e0480835d517


x86_64-linux

❌ 1 package failed to build:
  • home-assistant-component-tests.alexa_devices
✅ 4 packages built:
  • python313Packages.aioamazondevices
  • python313Packages.aioamazondevices.dist
  • python314Packages.aioamazondevices
  • python314Packages.aioamazondevices.dist

Error logs: `x86_64-linux`
home-assistant-component-tests.alexa_devices
Running phase: installCheckPhase
@nix { "action": "setPhase", "phase": "installCheckPhase" }
no Makefile or custom installCheckPhase, doing nothing
Running phase: pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
Running phase: pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
Running phase: pythonImportsCheckPhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
Executing pythonImportsCheckPhase
Running phase: pytestCheckPhase
@nix { "action": "setPhase", "phase": "pytestCheckPhase" }
Executing pytestCheckPhase
pytest flags: -m pytest tests/components/alexa_devices --dist=loadfile --showlocals
ImportError while loading conftest '/build/source/tests/components/alexa_devices/conftest.py'.
tests/components/alexa_devices/conftest.py:17: in <module>
    from .const import TEST_DEVICE_1, TEST_DEVICE_1_SN, TEST_PASSWORD, TEST_USERNAME
tests/components/alexa_devices/const.py:18: in <module>
    TEST_DEVICE_1 = AmazonDevice(
E   TypeError: AmazonDevice.__init__() missing 1 required positional argument: 'notifications_supported'

@dotlambda dotlambda moved this to Waiting for next release in Home Assistant Jan 7, 2026
@dotlambda
Copy link
Member

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 477725
Commit: 1b551f9ae9686f05df13ed168574e0480835d517


x86_64-linux

❌ 1 package failed to build:
  • home-assistant-component-tests.alexa_devices
✅ 4 packages built:
  • python313Packages.aioamazondevices
  • python313Packages.aioamazondevices.dist
  • python314Packages.aioamazondevices
  • python314Packages.aioamazondevices.dist

Error logs: `x86_64-linux`
home-assistant-component-tests.alexa_devices
Running phase: configurePhase
no configure script, doing nothing
Running phase: fixupPhase
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
Running phase: installCheckPhase
no Makefile or custom installCheckPhase, doing nothing
Running phase: pythonCatchConflictsPhase
Running phase: pythonRemoveBinBytecodePhase
Running phase: pythonImportsCheckPhase
Executing pythonImportsCheckPhase
Running phase: pytestCheckPhase
Executing pytestCheckPhase
pytest flags: -m pytest tests/components/alexa_devices --dist=loadfile --showlocals
ImportError while loading conftest '/build/source/tests/components/alexa_devices/conftest.py'.
tests/components/alexa_devices/conftest.py:17: in <module>
    from .const import TEST_DEVICE_1, TEST_DEVICE_1_SN, TEST_PASSWORD, TEST_USERNAME
tests/components/alexa_devices/const.py:18: in <module>
    TEST_DEVICE_1 = AmazonDevice(
E   TypeError: AmazonDevice.__init__() missing 1 required positional argument: 'notifications_supported'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

Status: Waiting for next release

Development

Successfully merging this pull request may close these issues.

2 participants