public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dan Radez <dan@radez.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-ansible-runner] rawhide: Skip test_module_level_no_log which needs network access
Date: Mon, 20 Jul 2026 13:42:17 GMT	[thread overview]
Message-ID: <178455493729.1.9260863819946469417.rpms-python-ansible-runner-b2ae8fda63f7@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-ansible-runner
            Branch : rawhide
            Commit : b2ae8fda63f74a82209dba8a862028eee9d0d388
            Author : Dan Radez <dan@radez.net>
            Date   : 2026-07-20T09:42:06-04:00
            Stats  : +2/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-ansible-runner/c/b2ae8fda63f74a82209dba8a862028eee9d0d388?branch=rawhide

            Log:
            Skip test_module_level_no_log which needs network access

The uri module in this test reaches out to example.org, which can not
be resolved in the build system, causing the test to fail during %check
on rawhide (Python 3.15 / f45).

---
diff --git a/python-ansible-runner.spec b/python-ansible-runner.spec
index d396753..ab108f7 100644
--- a/python-ansible-runner.spec
+++ b/python-ansible-runner.spec
@@ -64,6 +64,8 @@ sed -i 's/, <=8.0.4//' pyproject.toml
 
 sed -i '166 i \@pytest.mark.skip(reason="can not resolve example.com in build system")' test/integration/test_display_callback.py
 sed -i '/test_resolved_actions/i \@pytest.mark.skip(reason="ansible version lookup is blank in build")' test/integration/test_display_callback.py
+# uri module reaches out to example.org, which can not be resolved in the build system
+sed -i '/^def test_module_level_no_log.*/i @pytest.mark.skip(reason="uri module requires network access in build system")' test/integration/test_display_callback.py
 # there's a locale issue with ansible that makes these tests fail.
 sed -i '/^def test_worker_without_delete_no_dir.*/i @pytest.skip("Ansible could not initialize the preferred locale: unsupported locale setting", allow_module_level=True)' test/integration/test_transmit_worker_process.py
 sed -i '/^def test_worker_without_delete_dir_exists.*/i @pytest.skip("Ansible could not initialize the preferred locale: unsupported locale setting", allow_module_level=True)' test/integration/test_transmit_worker_process.py

                 reply	other threads:[~2026-07-20 13:42 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=178455493729.1.9260863819946469417.rpms-python-ansible-runner-b2ae8fda63f7@fedoraproject.org \
    --to=dan@radez.net \
    --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