From be3738a7e9cdd38732f060ff89502184affdd3b633437ecb91d22b01d051f760 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Thu, 9 Jun 2022 06:30:50 +0000 Subject: [PATCH] Accepting request 981410 from home:pgajdos:python - run just unit tests OBS-URL: https://build.opensuse.org/request/show/981410 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-kms?expand=0&rev=13 --- python-google-cloud-kms.changes | 5 +++++ python-google-cloud-kms.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-google-cloud-kms.changes b/python-google-cloud-kms.changes index 95a714b..a6dcae4 100644 --- a/python-google-cloud-kms.changes +++ b/python-google-cloud-kms.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 9 05:22:57 UTC 2022 - pgajdos@suse.com + +- run just unit tests + ------------------------------------------------------------------- Wed Jun 8 12:43:21 UTC 2022 - pgajdos@suse.com diff --git a/python-google-cloud-kms.spec b/python-google-cloud-kms.spec index 719a96a..fb665ea 100644 --- a/python-google-cloud-kms.spec +++ b/python-google-cloud-kms.spec @@ -69,7 +69,7 @@ Cloud Key Management Service (KMS) API API client library %python_uninstall_alternative fixup_kms_v1_keywords.py %check -%pytest -k 'not test_list_global_key_rings' +%pytest tests/unit %files %{python_files} %doc README.rst