Skip to content

Conversation

karangattu
Copy link
Collaborator

@karangattu karangattu commented Sep 23, 2025

This pull request makes a minor configuration change to the pytest.ini file, adjusting the scope of the default asyncio fixture loop from fixture to function. This change ensures that a new event loop is created for each test function, which can help prevent cross-test interference in asynchronous test scenarios.

This change is causing pytest tests to fail since fixture is not a valid value anymore

Also make the test_chat_stream_result test more robust

@karangattu karangattu merged commit 0bf102a into main Sep 25, 2025
67 checks passed
@karangattu karangattu deleted the fix-asyncio_default_fixture_loop_scope branch September 25, 2025 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants