Bug 2440188

Summary: [heads up] python-sphinx-argparse-cli will fail to build with Sphinx 9+ in Fedora 45: ModuleNotFoundError: No module named 'sphinx.testing.path'
Product: [Fedora] Fedora Reporter: Karolina Surma <ksurma>
Component: python-sphinx-argparse-cliAssignee: Benson Muite <benson_muite>
Status: NEW --- QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: benson_muite
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
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, 2419310    

Description Karolina Surma 2026-02-16 11:38:38 UTC
[heads up] python-sphinx-argparse-cli will fail to build with Sphinx 9+ which is going to be shipped in Fedora 45.

+ /usr/bin/python3 -m tox --current-env --assert-config -q --recreate -e py314 -- --verbose
ImportError while loading conftest '/builddir/build/BUILD/python-sphinx-argparse-cli-1.11.1-build/sphinx-argparse-cli-1.11.1/tests/conftest.py'.
tests/conftest.py:8: in <module>
    from sphinx.testing.path import path
E   ModuleNotFoundError: No module named 'sphinx.testing.path'

Build attempts: https://copr.fedorainfracloud.org/coprs/ksurma/sphinx-9/package/python-sphinx-argparse-cli/

This should work: https://github.com/tox-dev/sphinx-argparse-cli/pull/163

Thank you for working on this!