python313Packages.faraday-plugins: 1.25.0 -> 1.27.1

Changelog: https://github.com/infobyte/faraday_plugins/releases/tag/1.27.1
This commit is contained in:
Fabian Affolter
2026-01-16 08:47:30 +01:00
parent 6e805e923b
commit a8d3538602
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "faraday-plugins";
version = "1.25.0";
version = "1.27.1";
pyproject = true;
src = fetchFromGitHub {
owner = "infobyte";
repo = "faraday_plugins";
tag = version;
hash = "sha256-VkpwTHPpM1cS5HT5zE3gB25zWOTIVaZdPKNgQFJHO/Q=";
hash = "sha256-/K9mCwYOnz1oas9Qhf2UoYTeoJjGNKQ4JCx6rWy2EdE=";
};
postPatch = ''
@@ -64,7 +64,8 @@ buildPythonPackage rec {
disabledTests = [
# Fail because of missing faraday
"test_detect_report"
"test_process_report_summary"
"test_process_report"
"TestNuclei3x"
# JSON parsing issue
"test_process_report_ignore_info"
"test_process_report_tags"