Accepting request 1043660 from systemsmanagement:ansible
OBS-URL: https://build.opensuse.org/request/show/1043660 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ansible-compat?expand=0&rev=12
This commit is contained in:
commit
8d2811a36c
@ -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>
|
||||
|
||||
|
@ -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*
|
||||
|
Loading…
x
Reference in New Issue
Block a user