python312Packages.aiopvapi 3.1.0 -> 3.1.1 https://github.com/sander76/aio-powerview-api/releases attrpath: python312Packages.aiopvapi 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s7gwwga9v3c4qkg407c5s1n071jq9xpc-packages.json.drv building '/nix/store/s7gwwga9v3c4qkg407c5s1n071jq9xpc-packages.json.drv'... Going to be running update for following packages: - python3.12-aiopvapi-3.1.0 Press Enter key to continue... Running update for: - python3.12-aiopvapi-3.1.0: UPDATING ... - python3.12-aiopvapi-3.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/aiopvapi/default.nix b/pkgs/development/python-modules/aiopvapi/default.nix index c39e5303c917..705eb0890d26 100644 --- a/pkgs/development/python-modules/aiopvapi/default.nix +++ b/pkgs/development/python-modules/aiopvapi/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "aiopvapi"; - version = "3.1.0"; + version = "3.1.1"; pyproject = true; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "sander76"; repo = "aio-powerview-api"; rev = "refs/tags/v${version}"; - hash = "sha256-nJjYGPxpnbq/8XFmLKbMU71buFdaNUj7PQES5FnlN3o="; + hash = "sha256-WtTqtVr1oL86dpsAIK55pbXWU4X/cajVLlggd6hfM4c="; }; build-system = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.aiopvapi nix build failed. E Expected: mock('http://123.123.123.123/api/scenemembers', params={'sceneId': 5678, 'shadeId': 1234}) E Actual: mock('http://123.123.123.123/api/scenemembers', params={'sceneId': 5678, 'shadeId': 1234}, timeout=15) /nix/store/fmwqa8nvva4sh18bqayzrilrzxq9fm0f-python3-3.12.2/lib/python3.12/unittest/mock.py:944: AssertionError =============================== warnings summary =============================== tests/test_aiorequest.py::TestAioRequest::test_get_invalid_json /build/source/tests/fake_server.py:368: DeprecationWarning: There is no current event loop self.loop = asyncio.get_event_loop() tests/test_scene_members.py::TestSceneMembers::test_remove_shade_from_scene /build/source/aiopvapi/helpers/aiorequest.py:52: DeprecationWarning: The object should be created within an async function self.websession = aiohttp.ClientSession() tests/test_scene_members.py::TestSceneMembers::test_remove_shade_from_scene /nix/store/5gci6lriyxl7qxwzai9bhq83f1mkkrpb-python3.12-aiohttp-3.9.3/lib/python3.12/site-packages/aiohttp/connector.py:776: DeprecationWarning: The object should be created within an async function super().__init__( tests/test_scene_members.py::TestSceneMembers::test_remove_shade_from_scene /nix/store/5gci6lriyxl7qxwzai9bhq83f1mkkrpb-python3.12-aiohttp-3.9.3/lib/python3.12/site-packages/aiohttp/connector.py:788: DeprecationWarning: The object should be created within an async function resolver = DefaultResolver(loop=self._loop) tests/test_scene_members.py::TestSceneMembers::test_remove_shade_from_scene /nix/store/5gci6lriyxl7qxwzai9bhq83f1mkkrpb-python3.12-aiohttp-3.9.3/lib/python3.12/site-packages/aiohttp/cookiejar.py:84: DeprecationWarning: The object should be created within an async function super().__init__(loop=loop) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED tests/test_scene_members.py::TestSceneMembers::test_remove_shade_from_scene - AssertionError: expected call not found. =================== 1 failed, 63 passed, 5 warnings in 1.41s =================== /nix/store/v5lsd029lz5lfhamivbgqyp3zdv94ah2-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context