python312Packages.pygitguardian: 1.17.0 -> 1.18.0 (#359255)

This commit is contained in:
Nick Cao 2024-11-26 08:27:48 -05:00 committed by GitHub
commit e249f0cf59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pygitguardian";
version = "1.17.0";
version = "1.18.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "GitGuardian";
repo = "py-gitguardian";
rev = "refs/tags/v${version}";
hash = "sha256-+L0rF5wy4iL/6nPdLSXwYazxsobH2G3pCATrqYe9B6U=";
hash = "sha256-4qMcBtelLiqLXKV8YIw9M6e97Nbo/K8UpsKoR0W7uKM=";
};
pythonRelaxDeps = [
@ -55,6 +55,7 @@ buildPythonPackage rec {
disabledTests = [
# Tests require an API key
"test_api_tokens"
"test_bogus_rate_limit"
"test_compute_sca_files"
"test_content_scan_exceptions"
@ -76,6 +77,7 @@ buildPythonPackage rec {
"test_sca_scan_all_with_params"
"test_sca_scan_directory_invalid_tar"
"test_sca_scan_directory"
"test_scan"
"test_versions_from_headers"
];