Skip to content

Make the test suite work with 3.15#3456

Open
A5rocks wants to merge 1 commit into
python-trio:mainfrom
A5rocks:315-support
Open

Make the test suite work with 3.15#3456
A5rocks wants to merge 1 commit 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 97.87598%. Comparing base (a97133a) to head (2b7c4cf).
⚠️ Report is 1 commits behind head on main.

❌ Your project check has failed because the head coverage (97.87598%) is below the target coverage (100.00000%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@                 Coverage Diff                  @@
##                 main       #3456         +/-   ##
====================================================
- Coverage   100.00000%   97.87598%   -2.12403%     
====================================================
  Files             128         128                 
  Lines           19417       19868        +451     
  Branches         1317        1386         +69     
====================================================
+ Hits            19417       19446         +29     
- Misses              0         415        +415     
- Partials            0           7          +7     
Files with missing lines Coverage Δ
src/trio/_core/_tests/test_thread_cache.py 99.27007% <100.00000%> (-0.72993%) ⬇️

... and 56 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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

1 participant