diff --git a/python-safety.spec b/python-safety.spec index e6982513a446bafaaac02a51c907a3c05578fcc0..30dc50a8c4602234688c003ba6b242fbe43a7f7b 100644 --- a/python-safety.spec +++ b/python-safety.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 3.6.0 -Release: 1 +Release: 2 Summary: Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected. License: MIT @@ -69,7 +69,7 @@ k="${k-}${k+ and }not test_check_live_cached" k="${k-}${k+ and }not test_check_live" # skip test_get_packages_licenses_without_api_key for ci noweb k="${k-}${k+ and }not test_get_packages_licenses_without_api_key" -%pytest -- -k "${k-}" +%pytest -- -k "${k-}" -vv %files -n python3-%{pypi_name} %doc README.md @@ -80,6 +80,9 @@ k="${k-}${k+ and }not test_get_packages_licenses_without_api_key" %changelog +* Thu Aug 14 2025 Dongxing Wang - 3.6.0-2 +- Add pytest -vv and check testcase duration + * Wed Jul 16 2025 Dongxing Wang - 3.6.0-1 - Update package with version 3.6.0 fix: issues with encoding in all the outputs