public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-setuptools] rawhide: Skip a test failing with Python 3.15.0b1+
Date: Fri, 05 Jun 2026 13:42:37 GMT	[thread overview]
Message-ID: <178066695728.1.16232129889737803938.rpms-python-setuptools-a347988357a1@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-setuptools
            Branch : rawhide
            Commit : a347988357a1f8932306f41a8e42a64d5a028def
            Author : Miro Hrončok <miro@hroncok.cz>
            Date   : 2026-06-05T15:34:59+02:00
            Stats  : +3/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-setuptools/c/a347988357a1f8932306f41a8e42a64d5a028def?branch=rawhide

            Log:
            Skip a test failing with Python 3.15.0b1+

https://github.com/python/cpython/issues/149671

Co-Authored-By: Tomáš Hrnčiar <thrnciar@redhat.com>

---
diff --git a/python-setuptools.spec b/python-setuptools.spec
index 28be107..fb34c98 100644
--- a/python-setuptools.spec
+++ b/python-setuptools.spec
@@ -189,6 +189,8 @@ test ! -d %{buildroot}%{python3_sitelib}/setuptools/_distutils/tests
 #   the tests require pip-run which we don't have in Fedora
 # -k "not test_wheel_includes_cli_scripts"
 #   the test expects removed .exe files to be installed
+# -k "not test_namespace_package_installed_and_cwd"
+#   the test is failing with python3.15.0b1 - https://github.com/python/cpython/issues/149671
 # --ignore=tools
 #   the tests test various upstream release tools we don't use/ship
 PRE_BUILT_SETUPTOOLS_WHEEL=%{_pyproject_wheeldir}/%{python_wheel_name} \
@@ -199,7 +201,7 @@ PYTHONPATH=$(pwd) %pytest \
  --ignore=setuptools/tests/test_editable_install.py \
  --ignore=setuptools/tests/config/test_apply_pyprojecttoml.py \
  --ignore=tools \
- -k "not test_wheel_includes_cli_scripts and not test_equivalent_output and not test_pkg_info_roundtrip"
+ -k "not test_wheel_includes_cli_scripts and not test_equivalent_output and not test_pkg_info_roundtrip and not test_namespace_package_installed_and_cwd"
 %endif # with tests
 
 

                 reply	other threads:[~2026-06-05 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=178066695728.1.16232129889737803938.rpms-python-setuptools-a347988357a1@fedoraproject.org \
    --to=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