public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-setuptools] rawhide: Revert "Skip a test failing with Python 3.15.0b1+"
Date: Fri, 03 Jul 2026 16:51:05 GMT	[thread overview]
Message-ID: <178309746593.1.15942123372287251683.rpms-python-setuptools-3db5a36eda38@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-setuptools
            Branch : rawhide
            Commit : 3db5a36eda381c68dba100016cb24832b6645cbe
            Author : Miro Hrončok <miro@hroncok.cz>
            Date   : 2026-07-03T17:44:51+02:00
            Stats  : +1/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-setuptools/c/3db5a36eda381c68dba100016cb24832b6645cbe?branch=rawhide

            Log:
            Revert "Skip a test failing with Python 3.15.0b1+"

This reverts commit a347988357a1f8932306f41a8e42a64d5a028def.

This was fixed in Python 3.15.0b3 (in fact, backported to b2-5).

See https://src.fedoraproject.org/rpms/python3.15/c/f5e4c8e25447ed8a1583caa250fd0a9b5d9c322f
and https://github.com/python/cpython/commit/f7ab7c4462501fa42399cdd76ae3a10bde43d9a6

---
diff --git a/python-setuptools.spec b/python-setuptools.spec
index fed0eee..2452a07 100644
--- a/python-setuptools.spec
+++ b/python-setuptools.spec
@@ -192,8 +192,6 @@ 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} \
@@ -204,7 +202,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 and not test_namespace_package_installed_and_cwd"
+ -k "not test_wheel_includes_cli_scripts and not test_equivalent_output and not test_pkg_info_roundtrip"
 %endif # with tests
 
 

                 reply	other threads:[~2026-07-03 16:51 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=178309746593.1.15942123372287251683.rpms-python-setuptools-3db5a36eda38@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