Skip to content

fix(config): remove unsupported pytest-asyncio config key#44

Open
mattcarrollcode wants to merge 1 commit intometa-llama:mainfrom
mattcarrollcode:fix/pytest-asyncio-config
Open

fix(config): remove unsupported pytest-asyncio config key#44
mattcarrollcode wants to merge 1 commit intometa-llama:mainfrom
mattcarrollcode:fix/pytest-asyncio-config

Conversation

@mattcarrollcode
Copy link
Copy Markdown

Summary

  • Removes asyncio_default_fixture_loop_scope = "session" from [tool.pytest.ini_options]
  • This key is not supported by the installed pytest-asyncio version and was silently ignored
  • The conftest.py already handles session-scoped async loops via explicit pytest.mark.asyncio(loop_scope="session") marker application

Test plan

  • Full test suite: 528 passed, 0 failed
  • Verified config loads cleanly (no asyncio_default_fixture_loop_scope warnings)

asyncio_default_fixture_loop_scope is not recognized by the installed
pytest-asyncio version. The conftest.py already handles session-scoped
async loop via explicit marker application, making this config unused.
@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Meta Open Source bot. label Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant