Loading pkgs/development/python-modules/openstacksdk/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "openstacksdk"; version = "4.5.0"; version = "4.6.0"; pyproject = true; outputs = [ Loading @@ -32,7 +32,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; hash = "sha256-q3oSQCB6aWm6Cc7ujxZlOAVzBne0SXqAbNlWczZR/mg="; hash = "sha256-5H4WbEcy6a6mUijmGNSQ5L5d8GUmobleLVmV19CXfT0="; }; postPatch = '' Loading pkgs/development/python-modules/python-openstackclient/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,8 @@ buildPythonPackage rec { checkPhase = '' runHook preCheck stestr run stestr run -E \ "openstackclient.tests.unit.network.v2.test_security_group_network.(TestCreateSecurityGroupNetwork.(test_create_with_tags|test_create_with_no_tag|test_create_min_options|test_create_all_options)|TestShowSecurityGroupNetwork.test_show_all_options)" runHook postCheck ''; Loading Loading
pkgs/development/python-modules/openstacksdk/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "openstacksdk"; version = "4.5.0"; version = "4.6.0"; pyproject = true; outputs = [ Loading @@ -32,7 +32,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; hash = "sha256-q3oSQCB6aWm6Cc7ujxZlOAVzBne0SXqAbNlWczZR/mg="; hash = "sha256-5H4WbEcy6a6mUijmGNSQ5L5d8GUmobleLVmV19CXfT0="; }; postPatch = '' Loading
pkgs/development/python-modules/python-openstackclient/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,8 @@ buildPythonPackage rec { checkPhase = '' runHook preCheck stestr run stestr run -E \ "openstackclient.tests.unit.network.v2.test_security_group_network.(TestCreateSecurityGroupNetwork.(test_create_with_tags|test_create_with_no_tag|test_create_min_options|test_create_all_options)|TestShowSecurityGroupNetwork.test_show_all_options)" runHook postCheck ''; Loading