Loading pkgs/development/python-modules/py-zabbix/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, fetchpatch, pytestCheckHook, pythonAtLeast, pythonOlder, setuptools, }: Loading Loading @@ -37,6 +38,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "pyzabbix" ]; disabledTests = lib.optionals (pythonAtLeast "3.12") [ # AttributeError: 'RawConfigParser' object has no attribute 'readfp' "config" ]; meta = with lib; { description = "Python module to interact with Zabbix"; homepage = "https://github.com/adubkov/py-zabbix"; Loading Loading
pkgs/development/python-modules/py-zabbix/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, fetchpatch, pytestCheckHook, pythonAtLeast, pythonOlder, setuptools, }: Loading Loading @@ -37,6 +38,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "pyzabbix" ]; disabledTests = lib.optionals (pythonAtLeast "3.12") [ # AttributeError: 'RawConfigParser' object has no attribute 'readfp' "config" ]; meta = with lib; { description = "Python module to interact with Zabbix"; homepage = "https://github.com/adubkov/py-zabbix"; Loading