Unverified Commit fe51caca authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.xknx: 3.7.0 -> 3.8.0 (#407111)

parents ce607795 e878cf66
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "xknx";
  version = "3.7.0";
  version = "3.8.0";
  pyproject = true;

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

  build-system = [ setuptools ];
@@ -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"