From 36d0059fef691352afe2201cc1c0924e2cb504043648b9cd6f849d728257c72f Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Sun, 18 Dec 2022 20:59:18 +0000 Subject: [PATCH] Accepting request 1043659 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible - ignore deprecation warning for 'There is no current event loop' OBS-URL: https://build.opensuse.org/request/show/1043659 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/python-ansible-compat?expand=0&rev=10 --- python-ansible-compat.changes | 5 +++++ python-ansible-compat.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-ansible-compat.changes b/python-ansible-compat.changes index a096a1d..531d3d2 100644 --- a/python-ansible-compat.changes +++ b/python-ansible-compat.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Dec 18 20:51:46 UTC 2022 - Johannes Kastl + +- ignore deprecation warning for 'There is no current event loop' + ------------------------------------------------------------------- Sat Dec 10 16:53:30 UTC 2022 - Johannes Kastl diff --git a/python-ansible-compat.spec b/python-ansible-compat.spec index 33b2750..c65b3eb 100644 --- a/python-ansible-compat.spec +++ b/python-ansible-compat.spec @@ -69,7 +69,7 @@ Facilitate working with various versions of Ansible 2.9 and newer. %check # excluding tests requiring internet connection -%pytest -k 'not (test_runtime_example or test_require_collection_no_cache_dir or test_upgrade_collection or test_install_collection_dest or test_install_collection or test_require_collection or test_require_collection_wrong_version or test_prerun_reqs_v2 or test_prerun_reqs_v1 or test_prepare_environment_with_collections or test_runtime_require_module)' +%pytest -k 'not (test_runtime_example or test_require_collection_no_cache_dir or test_upgrade_collection or test_install_collection_dest or test_install_collection or test_require_collection or test_require_collection_wrong_version or test_prerun_reqs_v2 or test_prerun_reqs_v1 or test_prepare_environment_with_collections or test_runtime_require_module)' -W ignore:'There is no current event loop' %files %{python_files} %{python_sitelib}/ansible_compat*