Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ansible-runner for openSUSE:Factory 
checked in at 2024-10-16 23:53:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ansible-runner (Old)
 and      /work/SRC/openSUSE:Factory/.ansible-runner.new.19354 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ansible-runner"

Wed Oct 16 23:53:44 2024 rev:13 rq:1208434 version:2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ansible-runner/ansible-runner.changes    
2024-09-18 15:29:15.454778978 +0200
+++ /work/SRC/openSUSE:Factory/.ansible-runner.new.19354/ansible-runner.changes 
2024-10-16 23:54:12.643644366 +0200
@@ -1,0 +2,5 @@
+Wed Oct 16 11:19:09 UTC 2024 - Johannes Kastl 
<opensuse_buildserv...@ojkastl.de>
+
+- fix checks
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ansible-runner.spec ++++++
--- /var/tmp/diff_new_pack.X5L5g9/_old  2024-10-16 23:54:13.623685238 +0200
+++ /var/tmp/diff_new_pack.X5L5g9/_new  2024-10-16 23:54:13.623685238 +0200
@@ -55,10 +55,12 @@
 # importlib-metadata not required, as we are using python3.10 or higher
 # SECTION test requirements
 # https://github.com/ansible/ansible-runner/blob/devel/test/requirements.txt
+BuildRequires:  %{ansible_python}-mypy
 BuildRequires:  %{ansible_python}-pytest
 BuildRequires:  %{ansible_python}-pytest-mock
 BuildRequires:  %{ansible_python}-pytest-timeout
 BuildRequires:  %{ansible_python}-pytest-xdist
+BuildRequires:  %{ansible_python}-types-PyYAML
 # /SECTION
 BuildRequires:  fdupes
 # https://github.com/ansible/ansible-runner/blob/devel/setup.cfg#L32
@@ -96,6 +98,7 @@
 # flaky tests
 IGNORED_TESTS+='test_run_command_long_running or '
 IGNORED_TESTS+='test_run_command_long_running_children or '
+IGNORED_TESTS+='test_password_prompt or '
 IGNORED_TESTS+='test_get_role_list'
 export PATH=%{buildroot}%{_bindir}:$PATH
 %pytest -n auto -k "not ($IGNORED_TESTS)"

Reply via email to