Skip to content

Commit fe51cac

Browse files
authored
python313Packages.xknx: 3.7.0 -> 3.8.0 (#407111)
2 parents ce60779 + e878cf6 commit fe51cac

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pkgs/development/python-modules/xknx/default.nix

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
buildPythonPackage rec {
1616
pname = "xknx";
17-
version = "3.7.0";
17+
version = "3.8.0";
1818
pyproject = true;
1919

2020
disabled = pythonOlder "3.10";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
2323
owner = "XKNX";
2424
repo = "xknx";
2525
tag = version;
26-
hash = "sha256-5Mlt4tjlk3wcLa3vHjpu3jzb6jUfLlHLADI5HSGyA14=";
26+
hash = "sha256-iuub8ZO5XN5PWTDGlo/8U7A7+1NpSVGFtG+EmJR9VfM=";
2727
};
2828

2929
build-system = [ setuptools ];
@@ -43,10 +43,11 @@ buildPythonPackage rec {
4343

4444
disabledTests = [
4545
# Test requires network access
46-
"test_start_secure_routing_manual"
47-
"test_start_secure_routing_knx_keys"
48-
"test_scan_timeout"
4946
"test_routing_indication_multicast"
47+
"test_scan_timeout"
48+
"test_start_secure_routing_explicit_keyring"
49+
"test_start_secure_routing_knx_keys"
50+
"test_start_secure_routing_manual"
5051
# RuntimeError: Event loop is closed
5152
"test_has_group_address_localtime"
5253
"test_invalid_authentication"

0 commit comments

Comments
 (0)