Skip to content

Make the test suite work with 3.15#3456

Open
A5rocks wants to merge 5 commits into
python-trio:mainfrom
A5rocks:315-support
Open

Make the test suite work with 3.15#3456
A5rocks wants to merge 5 commits into
python-trio:mainfrom
A5rocks:315-support

Conversation

@A5rocks

@A5rocks A5rocks commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Fixes #3355 (hopefully)

@codecov

codecov Bot commented Jun 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00000%. Comparing base (d0e762f) to head (687af39).

Additional details and impacted files
@@               Coverage Diff               @@
##                 main        #3456   +/-   ##
===============================================
  Coverage   100.00000%   100.00000%           
===============================================
  Files             128          128           
  Lines           19439        19450   +11     
  Branches         1318         1321    +3     
===============================================
+ Hits            19439        19450   +11     
Files with missing lines Coverage Δ
src/trio/_core/_tests/test_thread_cache.py 100.00000% <100.00000%> (ø)
src/trio/_tests/test_exports.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.

Comment thread pyproject.toml Outdated
Comment thread src/trio/_core/_tests/test_thread_cache.py Outdated
A5rocks and others added 2 commits July 26, 2026 09:41
Co-authored-by: jakkdl <h6+github@pm.me>
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.

Python 3.15: DeprecationWarning about fork+threads in test_clear_thread_cache_after_fork

3 participants