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
This commit is contained in:
Johannes Kastl 2022-12-18 20:59:18 +00:00 committed by Git OBS Bridge
parent 938f6dbf82
commit 36d0059fef
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Dec 18 20:51:46 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
- ignore deprecation warning for 'There is no current event loop'
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 10 16:53:30 UTC 2022 - Johannes Kastl <kastl@b1-systems.de> Sat Dec 10 16:53:30 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>

View File

@ -69,7 +69,7 @@ Facilitate working with various versions of Ansible 2.9 and newer.
%check %check
# excluding tests requiring internet connection # 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} %files %{python_files}
%{python_sitelib}/ansible_compat* %{python_sitelib}/ansible_compat*