We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27608a4 commit e992516Copy full SHA for e992516
pytest_asyncio/plugin.py
@@ -238,14 +238,14 @@ def _preprocess_async_fixtures(
238
f"instead."
239
)
240
241
- # TODO: Fix type errors below.
+ assert event_loop_fixture_id
242
_inject_fixture_argnames(
243
fixturedef,
244
- event_loop_fixture_id, # type: ignore[arg-type]
+ event_loop_fixture_id,
245
246
_synchronize_async_fixture(
247
248
249
250
assert _is_asyncio_fixture_function(fixturedef.func)
251
processed_fixturedefs.add(fixturedef)
0 commit comments