public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Karolina Surma <ksurma@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-ansible-runner] rawhide: Ignore the DeprecationWarnings during the test run
Date: Wed, 03 Jun 2026 10:02:23 GMT [thread overview]
Message-ID: <178048094367.1.8580144118788566523.rpms-python-ansible-runner-9f1550b6b5db@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-ansible-runner
Branch : rawhide
Commit : 9f1550b6b5db6ec96cb1268dc43910203b701966
Author : Karolina Surma <ksurma@redhat.com>
Date : 2026-05-26T12:21:31+02:00
Stats : +4/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-ansible-runner/c/9f1550b6b5db6ec96cb1268dc43910203b701966?branch=rawhide
Log:
Ignore the DeprecationWarnings during the test run
---
diff --git a/python-ansible-runner.spec b/python-ansible-runner.spec
index 53bac46..d396753 100644
--- a/python-ansible-runner.spec
+++ b/python-ansible-runner.spec
@@ -92,7 +92,10 @@ ln -s ansible-runner-%{python3_version} %{buildroot}/%{_bindir}/ansible-runner-3
# test suite hangs indefinitely on exit without -n auto
# note this implies the dep on xdist, so don't remove it
# https://github.com/ansible/ansible-runner/issues/1369
-%pytest -n auto
+# Ignore the DeprecationWarnings in builds with Python 3.15 where
+# "This process is multi-threaded, use of forkpty() may lead to deadlocks in the child."
+# is emitted for ~100 tests
+%pytest -n auto -W ignore::DeprecationWarning
%files -n python3-%{pypi_name}
%license LICENSE.md
reply other threads:[~2026-06-03 10:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178048094367.1.8580144118788566523.rpms-python-ansible-runner-9f1550b6b5db@fedoraproject.org \
--to=ksurma@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox