mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
Merge pull request #221993 from fabaff/faraday-agent-parameters-types-fix
python311Packages.faraday-agent-parameters-types: disable failing test
This commit is contained in:
commit
d7be57c511
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user