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: Fix API doc failure in CI #4075

Merged
merged 3 commits into from
Feb 19, 2025
Merged

ci: Fix API doc failure in CI #4075

merged 3 commits into from
Feb 19, 2025

Conversation

sentrivana
Copy link
Contributor

@sentrivana sentrivana commented Feb 19, 2025

Sphinx 8.2 (see changelog) seems to have broken our CI. Looks like an incompatibility between it and the autodoc-typehints extension, so hopefully the two catch up with one another -- I'll pin sphinx to <8.2 for now.

Copy link

codecov bot commented Feb 19, 2025

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
22963 1 22962 5844
View the top 1 failed test(s) by shortest run time
tests.integrations.stdlib.test_httplib test_http_timeout
Stack Traces | 0.124s run time
.../integrations/stdlib/test_httplib.py:419: in test_http_timeout
    assert len(transaction["spans"]) == 1
E   assert 0 == 1
E    +  where 0 = len([])

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@sentrivana sentrivana changed the title Test CI ci: Fix API doc failure in CI Feb 19, 2025
@sentrivana sentrivana marked this pull request as ready for review February 19, 2025 09:45
@sentrivana sentrivana enabled auto-merge (squash) February 19, 2025 09:50
@sentrivana sentrivana merged commit 3745d9a into master Feb 19, 2025
142 checks passed
@sentrivana sentrivana deleted the ivana/test-ci-again branch February 19, 2025 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants