python-trio / trio-asyncio

a re-implementation of the asyncio mainloop on top of Trio
Other
188 stars 37 forks source link

Work around deprecation warning on pytest 5.4+ #77

Closed oremanj closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #77 into master will decrease coverage by 0.38%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #77      +/-   ##
==========================================
- Coverage   78.33%   77.95%   -0.39%     
==========================================
  Files          11       11              
  Lines        1288     1288              
  Branches      180      180              
==========================================
- Hits         1009     1004       -5     
- Misses        204      206       +2     
- Partials       75       78       +3     
Impacted Files Coverage Δ
trio_asyncio/_child.py 62.37% <0.00%> (-3.97%) :arrow_down:
trio_asyncio/_base.py 81.72% <0.00%> (-0.26%) :arrow_down: