Merge pull request #190303 from fabaff/faraday-plugins-bump

python310Packages.faraday-plugins: 1.6.8 -> 1.7.0
This commit is contained in:
Mario Rodas 2022-09-08 05:33:42 -05:00 committed by GitHub
commit 2b3aedb4b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "faraday-plugins";
version = "1.6.8";
version = "1.7.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "infobyte";
repo = "faraday_plugins";
rev = "refs/tags/v${version}";
sha256 = "sha256-nRt2rcP/UldnNzDxANQDCzuqkFCU4LQxfWarqyc5a5Y=";
hash = "sha256-KAfy2AQWZYFT/+rX8dNe8aWTFI0kkGg5IaSHhwYGk3A=";
};
propagatedBuildInputs = [
@ -52,6 +52,9 @@ buildPythonPackage rec {
# Fail because of missing faraday
"test_detect_report"
"test_process_report_summary"
# JSON parsing issue
"test_process_report_ignore_info"
"test_process_report_tags"
];
pythonImportsCheck = [