python310Packages.aiolyric 0 -> 1 attrpath: python310Packages.aiolyric Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bgl463sznljrz5xk88w70xm8v5gp10a6-packages.json.drv building '/nix/store/bgl463sznljrz5xk88w70xm8v5gp10a6-packages.json.drv'... Going to be running update for following packages: - python3.10-aiolyric-1.0.10 Press Enter key to continue... Running update for: - python3.10-aiolyric-1.0.10: UPDATING ... - python3.10-aiolyric-1.0.10: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/aiolyric/default.nix b/pkgs/development/python-modules/aiolyric/default.nix index ba0b17a5eb58..b342318fa0f3 100644 --- a/pkgs/development/python-modules/aiolyric/default.nix +++ b/pkgs/development/python-modules/aiolyric/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "aiolyric"; - version = "1.0.10"; + version = "1.1.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "timmo001"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-yKeG0UCQ8haT1hvywoIwKQ519GK2wFg0wXaRTFeKYIk="; + hash = "sha256-LDLpNuwkoPacI/a2NSlqUABRgwy+jAjGwOxmShLskso="; }; propagatedBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.aiolyric nix build failed. tests/objects/test_device.py . [ 50%] tests/objects/test_priority.py F [100%] =================================== FAILURES =================================== ________________________________ test_priority _________________________________ priority_fixture_response = {'currentPriority': {'priorityType': 'PickARoom', 'rooms': [{'accessories': [{'detectMotion': False, 'excludeMotion': ...allMotion': False, 'roomAvgHumidity': 52, ...}], 'selectedRooms': [0]}, 'deviceId': '00A01AB1ABCD', 'status': 'NoHold'} def test_priority(priority_fixture_response): obj = LyricPriority(priority_fixture_response) assert obj.deviceId == priority_fixture_response['deviceId'] assert obj.status == priority_fixture_response['status'] assert obj.currentPriority.priorityType == priority_fixture_response['currentPriority']['priorityType'] assert obj.currentPriority.selectedRooms[0] == priority_fixture_response['currentPriority']['selectedRooms'][0] assert obj.currentPriority.rooms[0].id == priority_fixture_response['currentPriority']['rooms'][0]['id'] assert obj.currentPriority.rooms[0].roomName == priority_fixture_response['currentPriority']['rooms'][0]['roomName'] assert obj.currentPriority.rooms[0].roomAvgTemp == priority_fixture_response['currentPriority']['rooms'][0]['roomAvgTemp'] assert obj.currentPriority.rooms[0].roomAvgHumidity == priority_fixture_response['currentPriority']['rooms'][0]['roomAvgHumidity'] assert obj.currentPriority.rooms[0].overallMotion == priority_fixture_response['currentPriority']['rooms'][0]['overallMotion'] > assert obj.currentPriority.rooms[0].accessories == priority_fixture_response['currentPriority']['rooms'][0]['accessories'] E AssertionError: assert [] == [{'detectMoti...'id': 0, ...}] E At index 0 diff: != {'id': 0, 'type': 'Thermostat', 'excludeTemp': False, 'excludeMotion': False, 'temperature': 75.828, 'status': 'Ok', 'detectMotion': False} E Use -v to get more diff tests/objects/test_priority.py:18: AssertionError =========================== short test summary info ============================ FAILED tests/objects/test_priority.py::test_priority - AssertionError: assert [] == [{'detectMoti...'i... ================== 1 failed, 1 passed, 1 deselected in 0.20s =================== /nix/store/rk3g4mxrs84bv1vanqnzpdkhm73ksr0z-stdenv-linux/setup: line 1596: pop_var_context: head of shell_variables not a function context