public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-setuptools] rawhide: Revert "Skip a test failing with Python 3.15.0b1+"
@ 2026-07-03 16:51
0 siblings, 0 replies; only message in thread
From: @ 2026-07-03 16:51 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-03 16:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-03 16:51 [rpms/python-setuptools] rawhide: Revert "Skip a test failing with Python 3.15.0b1+"
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox