File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
pkgs/development/python-modules/xknx Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1414
1515buildPythonPackage 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"
You can’t perform that action at this time.
0 commit comments