Bug 2480165 - python-scooby fails to build with Python 3.15: AssertionError in test_get_distribution_dependencies_separate_extras
Summary: python-scooby fails to build with Python 3.15: AssertionError in test_get_dis...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-scooby
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Ben Beasley
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: PYTHON3.15
TreeView+ depends on / blocked
 
Reported: 2026-05-20 14:08 UTC by Karolina Surma
Modified: 2026-05-21 09:02 UTC (History)
3 users (show)

Fixed In Version: python-scooby-0.11.2-5.fc45
Clone Of:
Environment:
Last Closed: 2026-05-21 09:02:25 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Karolina Surma 2026-05-20 14:08:33 UTC
python-scooby fails to build with Python 3.15.0b1.

______________ test_get_distribution_dependencies_separate_extras ______________

    def test_get_distribution_dependencies_separate_extras() -> None:
        all_deps = scooby.report.get_distribution_dependencies('beautifulsoup4', separate_extras=False)
>       assert all_deps == [
            'soupsieve',
            'typing-extensions',
            'cchardet',
            'chardet',
            'charset-normalizer',
            'html5lib',
            'lxml',
        ]
E       AssertionError: assert ['typing-exte...5lib', 'lxml'] == ['soupsieve',...tml5lib', ...]
E         
E         At index 0 diff: 'typing-extensions' != 'soupsieve'
E         Right contains one more item: 'lxml'
E         
E         Full diff:
E           [
E         -     'soupsieve',...
E         
E         ...Full output truncated (7 lines hidden), use '-vv' to show


https://docs.python.org/3.15/whatsnew/3.15.html

For the build logs, see:
https://copr-be.cloud.fedoraproject.org/results/@python/python3.15-b1/fedora-rawhide-x86_64/10487690-python-scooby/

For all our attempts to build python-scooby with Python 3.15, see:
https://copr.fedorainfracloud.org/coprs/g/python/python3.15-b1/package/python-scooby/

Testing and mass rebuild of packages is happening in copr.
You can follow these instructions to test locally in mock if your package builds with Python 3.15:
https://copr.fedorainfracloud.org/coprs/g/python/python3.15-b1/

Let us know here if you have any questions.

Python 3.15 is planned to be included in Fedora 45.
To make that update smoother, we're building Fedora packages with all pre-releases of Python 3.15.
A build failure prevents us from testing all dependent packages (transitive [Build]Requires),
so if this package is required a lot, it's important for us to get it fixed soon.

We'd appreciate help from the people who know this package best,
but if you don't want to work on this now, let us know so we can try to work around it on our side.

Comment 1 Ben Beasley 2026-05-21 08:46:19 UTC
This test is too brittle. It tests the precise list of dependencies of beautifulsoup4 against a hard-coded list. I understand what they are trying to do, and it might be OK for upstream CI. I’m not sure what else to suggest, other than just dropping the test. However, the best thing we can do downstream is just to skip it.

Comment 2 Fedora Update System 2026-05-21 08:58:59 UTC
FEDORA-2026-0681f8c882 (python-scooby-0.11.2-5.fc45) has been submitted as an update to Fedora 45.
https://bodhi.fedoraproject.org/updates/FEDORA-2026-0681f8c882

Comment 3 Fedora Update System 2026-05-21 09:02:25 UTC
FEDORA-2026-0681f8c882 (python-scooby-0.11.2-5.fc45) has been pushed to the Fedora 45 stable repository.
If problem still persists, please make note of it in this bug report.


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