Unverified Commit e1f2fec6 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

zabbix-cli: 3.5.2 -> 3.5.3 (#452538)

parents 480af89a d4f7c295
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

python3Packages.buildPythonApplication rec {
  pname = "zabbix-cli";
  version = "3.5.2";
  version = "3.5.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "unioslo";
    repo = "zabbix-cli";
    tag = version;
    hash = "sha256-Sgt3kVbyzNJCSVUYErHNOrgc7Jd3tIwYhwOESRPeAyw=";
    hash = "sha256-Fk3o0+cNCX/ixqNd9oldY6JJ+wQWlMjBAEwuAWCLURQ=";
  };

  build-system = with python3Packages; [
@@ -56,6 +56,11 @@ python3Packages.buildPythonApplication rec {
    export HOME=$(mktemp -d)
  '';

  disabledTests = [
    # Disable failing test with Click >= v8.2.0
    "test_patch_get_click_type"
  ];

  pythonImportsCheck = [ "zabbix_cli" ];

  passthru.tests.version = testers.testVersion {