Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI/CD] patch sphinx.util.inspect_evaluate_forwardref causing CI failures #12317

Merged

Conversation

picnixz
Copy link
Member

@picnixz picnixz commented Apr 23, 2024

This fixes the currently failing tests on master.

The reason was python/cpython#118104, which changed the signature of _evaluate for forward references because of type parameters. The PR was backported to 3.12.4 (in dev) but affects 3.13.

@picnixz picnixz changed the title [autodoc] patch sphinx.util.inspect_evaluate_forwardref causing CI failures [CI/CD] patch sphinx.util.inspect_evaluate_forwardref causing CI failures Apr 23, 2024
@AA-Turner AA-Turner merged commit b5f3ef9 into sphinx-doc:master Apr 23, 2024
23 checks passed
@picnixz picnixz deleted the fix/autodoc-pep695-forward-ref-evaluations branch April 24, 2024 14:16
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 25, 2024
@AA-Turner AA-Turner added this to the 7.4.0 milestone Jul 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants