Loading pkgs/development/python-modules/xknx/default.nix +6 −5 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "xknx"; version = "3.7.0"; version = "3.8.0"; pyproject = true; disabled = pythonOlder "3.10"; Loading @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "XKNX"; repo = "xknx"; tag = version; hash = "sha256-5Mlt4tjlk3wcLa3vHjpu3jzb6jUfLlHLADI5HSGyA14="; hash = "sha256-iuub8ZO5XN5PWTDGlo/8U7A7+1NpSVGFtG+EmJR9VfM="; }; build-system = [ setuptools ]; Loading @@ -43,10 +43,11 @@ buildPythonPackage rec { disabledTests = [ # Test requires network access "test_start_secure_routing_manual" "test_start_secure_routing_knx_keys" "test_scan_timeout" "test_routing_indication_multicast" "test_scan_timeout" "test_start_secure_routing_explicit_keyring" "test_start_secure_routing_knx_keys" "test_start_secure_routing_manual" # RuntimeError: Event loop is closed "test_has_group_address_localtime" "test_invalid_authentication" Loading Loading
pkgs/development/python-modules/xknx/default.nix +6 −5 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "xknx"; version = "3.7.0"; version = "3.8.0"; pyproject = true; disabled = pythonOlder "3.10"; Loading @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "XKNX"; repo = "xknx"; tag = version; hash = "sha256-5Mlt4tjlk3wcLa3vHjpu3jzb6jUfLlHLADI5HSGyA14="; hash = "sha256-iuub8ZO5XN5PWTDGlo/8U7A7+1NpSVGFtG+EmJR9VfM="; }; build-system = [ setuptools ]; Loading @@ -43,10 +43,11 @@ buildPythonPackage rec { disabledTests = [ # Test requires network access "test_start_secure_routing_manual" "test_start_secure_routing_knx_keys" "test_scan_timeout" "test_routing_indication_multicast" "test_scan_timeout" "test_start_secure_routing_explicit_keyring" "test_start_secure_routing_knx_keys" "test_start_secure_routing_manual" # RuntimeError: Event loop is closed "test_has_group_address_localtime" "test_invalid_authentication" Loading