From c16c6d5b5d9b449ea23b6ce210a5aca92dcb433b Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 25 Aug 2022 22:36:37 +0200 Subject: [PATCH] python3Packages.zigpy: 0.49.1 -> 0.50.2 https://github.com/zigpy/zigpy/releases/tag/0.50.2 https://github.com/zigpy/zigpy/releases/tag/0.50.1 https://github.com/zigpy/zigpy/releases/tag/0.50.0 --- pkgs/development/python-modules/zigpy/default.nix | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/pkgs/development/python-modules/zigpy/default.nix b/pkgs/development/python-modules/zigpy/default.nix index ebcb22aa338a..395f6eeb418a 100644 --- a/pkgs/development/python-modules/zigpy/default.nix +++ b/pkgs/development/python-modules/zigpy/default.nix @@ -5,6 +5,7 @@ , buildPythonPackage , crccheck , cryptography +, freezegun , fetchFromGitHub , pycryptodome , pytest-aiohttp @@ -16,7 +17,7 @@ buildPythonPackage rec { pname = "zigpy"; - version = "0.49.1"; + version = "0.50.2"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -25,7 +26,7 @@ buildPythonPackage rec { owner = "zigpy"; repo = "zigpy"; rev = "refs/tags/${version}"; - sha256 = "sha256-ai0qWKgsh8kIS4juvzpE+amsnIbEOJbhGutV75yRGog="; + hash = "sha256-0Ha2CgJLLLZjMEEj07GL6kbKcM+x0YblVIjABiaAhXg="; }; propagatedBuildInputs = [ @@ -38,6 +39,7 @@ buildPythonPackage rec { ]; checkInputs = [ + freezegun pytest-aiohttp pytest-timeout pytestCheckHook @@ -45,13 +47,6 @@ buildPythonPackage rec { asynctest ]; - disabledTests = [ - # RuntimeError: coroutine 'test_remigrate_forcibly_downgraded_v4' was never awaited - #"test_remigrate_forcibly_downgraded_v4" - # RuntimeError: Event loop is closed - #"test_startup" - ]; - pythonImportsCheck = [ "zigpy.application" "zigpy.config"