python311Packages.faraday-agent-parameters-types: disable failing test
This commit is contained in:
@@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||
src = fetchPypi {
|
||||
pname = "faraday_agent_parameters_types";
|
||||
inherit version;
|
||||
sha256 = "sha256-jQgE/eR8Gd9nMGijH9unhHCrLUn7DbWFkTauoz3O/sM=";
|
||||
hash = "sha256-jQgE/eR8Gd9nMGijH9unhHCrLUn7DbWFkTauoz3O/sM=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@@ -39,6 +39,11 @@ buildPythonPackage rec {
|
||||
"faraday_agent_parameters_types.utils"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# assert 'Version requested not valid' in "Invalid version: 'hola'"
|
||||
"test_incorrect_version_requested"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Collection of Faraday agent parameters types";
|
||||
homepage = "https://github.com/infobyte/faraday_agent_parameters_types";
|
||||
|
||||
Reference in New Issue
Block a user