johnnoone / pytest-curio

Launch pytest with curio
Apache License 2.0
10 stars 6 forks source link

Curio kernel doesn't have .add_task method any more #2

Closed njsmith closed 3 years ago

njsmith commented 7 years ago

Unfortunately this requires an unreleased version of curio... AFAICT curio 0.4.0 has neither add_task nor does it propagate exceptions from kernel.run, so there's actually no way to get errors out. Hopefully @dabeaz will make a release soon -- there's a ton of unreleased changes in curio master in general.

geronimo-iia commented 3 years ago

Hello, the last release (1.0.1 ) work with latest version of curio and fix this issue.