Bug 2460577

Summary: python-valkey: FTBFS in Fedora Rawhide: AttributeError: No valkey module named timeseries (and others)
Product: [Fedora] Fedora Reporter: Karolina Surma <ksurma>
Component: python-valkeyAssignee: Matteo <matteo.centenaro>
Status: CLOSED ERRATA QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: matteo.centenaro, orange, paul.wouters, rj.layco
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
URL: https://koschei.fedoraproject.org/package/python-valkey
Whiteboard:
Fixed In Version: python-valkey-6.1.1-8.fc45 Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2026-04-23 09:14:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2412434, 2433833    

Description Karolina Surma 2026-04-22 11:14:43 UTC
Description of problem:
Package python-valkey fails to build from source in Fedora Rawhide.

Version-Release number of selected component (if applicable):
6.1.1-7.fc44

Steps to Reproduce:
koji build --scratch f45 python-valkey-6.1.1-7.fc44.src.rpm

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

Reproducible: Always

Actual Results:
==================================== ERRORS ====================================
______________ ERROR collecting tests/test_asyncio/test_bloom.py _______________
tests/test_asyncio/test_bloom.py:388: in <module>
    @skip_ifmodversion_lt("2.4.0", "bf")
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/conftest.py:247: in skip_ifmodversion_lt
    raise AttributeError(f"No valkey module named {module_name}")
E   AttributeError: No valkey module named bf
_______________ ERROR collecting tests/test_asyncio/test_json.py _______________
tests/test_asyncio/test_json.py:46: in <module>
    @skip_ifmodversion_lt("2.6.0", "ReJSON")
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/conftest.py:247: in skip_ifmodversion_lt
    raise AttributeError(f"No valkey module named {module_name}")
E   AttributeError: No valkey module named ReJSON
______________ ERROR collecting tests/test_asyncio/test_search.py ______________
tests/test_asyncio/test_search.py:458: in <module>
    @skip_ifmodversion_lt("2.0.0", "search")
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/conftest.py:247: in skip_ifmodversion_lt
    raise AttributeError(f"No valkey module named {module_name}")
E   AttributeError: No valkey module named search
____________ ERROR collecting tests/test_asyncio/test_timeseries.py ____________
tests/test_asyncio/test_timeseries.py:32: in <module>
    @skip_ifmodversion_lt("1.4.0", "timeseries")
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/conftest.py:247: in skip_ifmodversion_lt
    raise AttributeError(f"No valkey module named {module_name}")
E   AttributeError: No valkey module named timeseries
_____________________ ERROR collecting tests/test_bloom.py _____________________
tests/test_bloom.py:410: in <module>
    @skip_ifmodversion_lt("2.4.0", "bf")
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/conftest.py:247: in skip_ifmodversion_lt
    raise AttributeError(f"No valkey module named {module_name}")
E   AttributeError: No valkey module named bf
_____________________ ERROR collecting tests/test_json.py ______________________
tests/test_json.py:48: in <module>
    @skip_ifmodversion_lt("2.06.00", "ReJSON")  # todo: update after the release
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/conftest.py:247: in skip_ifmodversion_lt
    raise AttributeError(f"No valkey module named {module_name}")
E   AttributeError: No valkey module named ReJSON
____________________ ERROR collecting tests/test_search.py _____________________
tests/test_search.py:434: in <module>
    @skip_ifmodversion_lt("2.0.0", "search")
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/conftest.py:247: in skip_ifmodversion_lt
    raise AttributeError(f"No valkey module named {module_name}")
E   AttributeError: No valkey module named search
__________________ ERROR collecting tests/test_timeseries.py ___________________
tests/test_timeseries.py:36: in <module>
    @skip_ifmodversion_lt("1.4.0", "timeseries")
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/conftest.py:247: in skip_ifmodversion_lt
    raise AttributeError(f"No valkey module named {module_name}")
E   AttributeError: No valkey module named timeseries

Comment 1 Fedora Update System 2026-04-23 09:12:21 UTC
FEDORA-2026-4e0b5a3a14 (python-valkey-6.1.1-8.fc45) has been submitted as an update to Fedora 45.
https://bodhi.fedoraproject.org/updates/FEDORA-2026-4e0b5a3a14

Comment 2 Fedora Update System 2026-04-23 09:14:58 UTC
FEDORA-2026-4e0b5a3a14 (python-valkey-6.1.1-8.fc45) has been pushed to the Fedora 45 stable repository.
If problem still persists, please make note of it in this bug report.