Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 1, 2025

No description provided.

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Dec 1, 2025
@github-actions github-actions bot enabled auto-merge (squash) December 1, 2025 22:31
@A5rocks A5rocks closed this Dec 1, 2025
auto-merge was automatically disabled December 1, 2025 22:44

Pull request was closed

@A5rocks A5rocks reopened this Dec 1, 2025
@codecov
Copy link

codecov bot commented Dec 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.98969%. Comparing base (e242fb6) to head (8926f7d).

Additional details and impacted files
@@                 Coverage Diff                  @@
##                 main       #3363         +/-   ##
====================================================
- Coverage   100.00000%   99.98969%   -0.01032%     
====================================================
  Files             125         125                 
  Lines           19388       19391          +3     
  Branches         1319        1320          +1     
====================================================
+ Hits            19388       19389          +1     
- Misses              0           1          +1     
- Partials            0           1          +1     
Files with missing lines Coverage Δ
src/trio/_core/_tests/test_asyncgen.py 100.00000% <100.00000%> (ø)
src/trio/_tests/test_exports.py 99.10314% <100.00000%> (-0.89687%) ⬇️
src/trio/_tests/test_path.py 100.00000% <100.00000%> (ø)
src/trio/socket.py 100.00000% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@A5rocks A5rocks added the skip newsfragment Newsfragment is not required label Dec 1, 2025
@A5rocks A5rocks merged commit 0ae6e62 into main Dec 2, 2025
42 checks passed
@A5rocks A5rocks deleted the autodeps/bump_from_e242fb branch December 2, 2025 21:01
@TeamSpen210
Copy link
Contributor

Bumping Sphinx isn't actually going to work, looks like our sphinxcontrib_trio isn't really compatible with Sphinx 9 after they rewrote autodoc. There's an option to use the old code still which would probably make it work temporarily, but we might need to redo that module.


if tool == "mypy" and sys.implementation.name != "cpython":
# https://github.com/python/mypy/issues/20329
pytest.skip("mypy does not support pypy")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack, why didn't that show up as a status for the PR! (or maybe I missed it :/)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file skip newsfragment Newsfragment is not required

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants