Skip to content

Commit

Permalink
python311Packages.python-gvm: 23.12.0 -> 24.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 12, 2024
1 parent e8ab82a commit e7f5fc5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pkgs/development/python-modules/python-gvm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@

buildPythonPackage rec {
pname = "python-gvm";
version = "23.12.0";
format = "pyproject";
version = "24.1.0";
pyproject = true;

disabled = pythonOlder "3.7";
disabled = pythonOlder "3.9";

src = fetchFromGitHub {
owner = "greenbone";
repo = pname;
repo = "python-gvm";
rev = "refs/tags/v${version}";
hash = "sha256-rqaiygGdZMyZwHaNhmmbP3eRKpO8yT9hgFsz+azHzaM=";
hash = "sha256-1MJajawm/QdioZM+/efnXOAFcuDOk/xJ1acPrxKp700=";
};

nativeBuildInputs = [
Expand All @@ -33,16 +33,17 @@ buildPythonPackage rec {
defusedxml
lxml
paramiko
pontos
];

nativeCheckInputs = [
pontos
pytestCheckHook
];

disabledTests = [
# No running SSH available
"test_connect_error"
"test_feed_xml_error"
] ++ lib.optionals stdenv.isDarwin [
"test_feed_xml_error"
];
Expand Down

0 comments on commit e7f5fc5

Please sign in to comment.