diff --git a/python-google-api-core.changes b/python-google-api-core.changes index cd26ed2..6f0314e 100644 --- a/python-google-api-core.changes +++ b/python-google-api-core.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 19 13:44:31 UTC 2026 - Dirk Müller + +- fix tests + ------------------------------------------------------------------- Mon Jan 12 10:41:08 UTC 2026 - John Paul Adrian Glaubitz diff --git a/python-google-api-core.spec b/python-google-api-core.spec index b8dc1e1..c0a344e 100644 --- a/python-google-api-core.spec +++ b/python-google-api-core.spec @@ -1,7 +1,7 @@ # # spec file for package python-google-api-core # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -76,7 +76,8 @@ Core Library for Google Client Libraries. %check %if %{with test} -%pytest +# test_get_dependency_version: requires mocker which is unpackaged +%pytest -k "not test_get_dependency_version" %endif %if !%{with test}