public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-setuptools] rawhide: Skip a test failing with Python 3.15.0b1+
@ 2026-06-05 13:42
0 siblings, 0 replies; only message in thread
From: @ 2026-06-05 13:42 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-05 13:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-05 13:42 [rpms/python-setuptools] rawhide: 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