We are trying to python-setuptools_scm to version 10.x https://src.fedoraproject.org/rpms/python-setuptools_scm/pull-request/39 This package fails the tests with: UserWarning: No GlobalOverrides context is active. https://copr.fedorainfracloud.org/coprs/churchyard/vcs-versioning/package/python-scikit-build-core/ https://github.com/pypa/setuptools-scm/commit/1295d41e7bde2e2eb92b68a46ff13a247e505cfe seesm to ahve introduced this warnign
Also, a bit different failure: _________________________ test_all_modules_filter_all __________________________ def test_all_modules_filter_all(): all_modules = on_all_modules("scikit_build_core", pkg=False) all_modules = (n for n in all_modules if not n.split(".")[-1].startswith("__")) for name in all_modules: try: module = importlib.import_module(name) except ModuleNotFoundError: continue try: dir_module = set(dir(module)) except Exception: print(f"dir() failed on {name}") raise items = ["annotations", "os", "sys"] for item in items: > assert item not in dir_module, f"{module.__file__} has {item!r}" E AssertionError: /builddir/build/BUILD/python-scikit-build-core-0.12.1-build/BUILDROOT/usr/lib/python3.14/site-packages/scikit_build_core/_version.py has 'annotations' E assert 'annotations' not in {'__all__', '__annotations__', '__builtins__', '__cached__', '__commit_id__', '__conditional_annotations__', ...} tests/test_module_dir.py:46: AssertionError
Reported upstream https://github.com/scikit-build/scikit-build-core/issues/1258
https://src.fedoraproject.org/rpms/python-scikit-build-core/pull-request/86
FEDORA-2026-e239011732 (python-scikit-build-core-0.12.1-2.fc45) has been submitted as an update to Fedora 45. https://bodhi.fedoraproject.org/updates/FEDORA-2026-e239011732
FEDORA-2026-e239011732 (python-scikit-build-core-0.12.1-2.fc45) has been pushed to the Fedora 45 stable repository. If problem still persists, please make note of it in this bug report.