Bug 2458672 - python-streamlink fails to build with Python 3.15: test_help_color: TypeError: TestPrint._color.<locals>.<lambda>() got an unexpected keyword argument 'file'
Summary: python-streamlink fails to build with Python 3.15: test_help_color: TypeError...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: python-streamlink
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Mohamed El Morabity
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PYTHON3.15
TreeView+ depends on / blocked
 
Reported: 2026-04-15 12:52 UTC by Karolina Surma
Modified: 2026-04-15 12:52 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Karolina Surma 2026-04-15 12:52:00 UTC
python-streamlink fails to build with Python 3.15.0a8.

___________ ERROR at setup of TestPrint.test_help_color[argv0-True] ____________

self = <tests.cli.main.test_logging.TestPrint object at 0x7fd9c27b96e0>
monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7fd9c1ba27b0>
capsys = <_pytest.capture.CaptureFixture object at 0x7fd9c1a78ad0>
session = <streamlink.session.session.Streamlink object at 0x7fd9bf0ac290>

    @pytest.fixture()
    def stdout(self, monkeypatch: pytest.MonkeyPatch, capsys: pytest.CaptureFixture, session: Streamlink):
        mock_resolve_url = Mock()
        monkeypatch.setattr(session, "resolve_url", mock_resolve_url)
    
        with pytest.raises(SystemExit) as cm:
>           streamlink_cli.main.main()

tests/cli/main/test_logging.py:676: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
tests/cli/main/conftest.py:35: in _main
    return original_main()
           ^^^^^^^^^^^^^^^
../BUILDROOT/usr/lib/python3.15/site-packages/streamlink_cli/main.py:1030: in main
    exit_code = run(parser)
                ^^^^^^^^^^^
../BUILDROOT/usr/lib/python3.15/site-packages/streamlink_cli/main.py:1004: in run
    helptext = parser.format_help()
               ^^^^^^^^^^^^^^^^^^^^
../BUILDROOT/usr/lib/python3.15/site-packages/streamlink_cli/argparser.py:124: in format_help
    formatter = self._get_formatter()
                ^^^^^^^^^^^^^^^^^^^^^
/usr/lib64/python3.15/argparse.py:2812: in _get_formatter
    formatter._set_color(self.color, file=file)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <streamlink_cli.argparser.HelpFormatter object at 0x7fd9c22d0e90>
color = True

    def _set_color(self, color, *, file=None):
        from _colorize import can_colorize, decolor, get_theme
    
>       if color and can_colorize(file=file):
                     ^^^^^^^^^^^^^^^^^^^^^^^
E       TypeError: TestPrint._color.<locals>.<lambda>() got an unexpected keyword argument 'file'

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/fedora-rawhide-x86_64/10318835-python-streamlink/

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

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/

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.


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