Commit 3ea5881
Fix issue libp2p#1071: Add task_status support to host.run() method (libp2p#1074)
- Update BasicHost.run() to accept task_status keyword argument
- Update IHost.run() abstract method signature to match
- Add newsfragment for the bugfix
- Fixes compatibility with modern pytest-trio (>=0.8.0) and trio (>=0.26.0)
Co-authored-by: Manu Sheel Gupta <[email protected]>1 parent a720fed commit 3ea5881
3 files changed
+13
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1845 | 1845 | | |
1846 | 1846 | | |
1847 | 1847 | | |
1848 | | - | |
| 1848 | + | |
| 1849 | + | |
| 1850 | + | |
| 1851 | + | |
1849 | 1852 | | |
1850 | 1853 | | |
1851 | 1854 | | |
| |||
1854 | 1857 | | |
1855 | 1858 | | |
1856 | 1859 | | |
| 1860 | + | |
| 1861 | + | |
1857 | 1862 | | |
1858 | 1863 | | |
1859 | 1864 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
331 | 332 | | |
332 | 333 | | |
333 | 334 | | |
334 | | - | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
335 | 339 | | |
336 | 340 | | |
337 | 341 | | |
338 | 342 | | |
339 | 343 | | |
| 344 | + | |
340 | 345 | | |
341 | 346 | | |
342 | 347 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments