Bug 2389353 - hgsvn: FTBFS in Fedora Rawhide: %pyproject_check_import imports tests importing removed nose
Summary: hgsvn: FTBFS in Fedora Rawhide: %pyproject_check_import imports tests importi...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: hgsvn
Version: 43
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Terje Rosten
QA Contact: Fedora Extras Quality Assurance
URL: https://koschei.fedoraproject.org/pac...
Whiteboard:
Depends On:
Blocks: F43FTBFS PYC3.14rc3 F44FTBFS, RAWHIDEFTBFS
TreeView+ depends on / blocked
 
Reported: 2025-08-19 08:34 UTC by Karolina Surma
Modified: 2025-08-26 16:33 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2025-08-26 16:33:43 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Karolina Surma 2025-08-19 08:34:08 UTC
Description of problem:
Package hgsvn fails to build from source in Fedora Rawhide.

Version-Release number of selected component (if applicable):
0.6.0-22.fc43

Additional info:
This package is tracked by Koschei. See:
https://koschei.fedoraproject.org/package/hgsvn

Results:
Check import: hgsvn.unittests.test_svnclient
Traceback (most recent call last):
  File "/usr/lib/rpm/redhat/import_all_modules.py", line 106, in import_modules
    importlib.import_module(module)
    ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
  File "/usr/lib64/python3.14/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1398, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1371, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1342, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 938, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 762, in exec_module
  File "<frozen importlib._bootstrap>", line 491, in _call_with_frames_removed
  File "/builddir/build/BUILD/hgsvn-0.6.0-build/BUILDROOT/usr/lib/python3.14/site-packages/hgsvn/unittests/test_svnclient.py", line 7, in <module>
    from nose import SkipTest
ModuleNotFoundError: No module named 'nose'
Failed to import: hgsvn.unittests.test_client_utf, hgsvn.unittests.test_common, hgsvn.unittests.test_hgclient, hgsvn.unittests.test_hgclient_base, hgsvn.unittests.test_svnclient

Mitigation:

You may want to add an excluding part to the %pyproject_check_import invocation, e.g.: %pyproject_check_import -e "hgsvn.unittests*"

This just works around the core issue: the tests still import nose which is removed from Fedora.

Comment 1 Miro Hrončok 2025-08-26 11:08:43 UTC
Hello. This is a bulk comment.

This package still needs to be rebuilt and/or shipped with Python 3.14.0rc2+ bytecode in Fedora 43.

The Beta Freeze of Fedora 43 is scheduled to start today. Please prioritize this bugzilla accordingly.

Thanks.

Comment 2 Terje Rosten 2025-08-26 16:33:43 UTC
Fixed


Note You need to log in before you can comment on or make changes to this bug.