fix(ci): remove asyncio_default_fixture_loop_scope from pytest.ini

This setting was added in pytest-asyncio 0.24.0 but may cause exit
code 4 (config error) if the installed version doesn't recognize it
or conflicts with the asyncio_mode=auto setting.

Removing it to test if this is the root cause of persistent CI failure.

https://claude.ai/code/session_01W1rJthWDkasijTdXCfxVHs
This commit is contained in:
Claude 2026-04-17 05:50:30 +00:00
parent 2423896232
commit fc1e45fa31
No known key found for this signature in database

View File

@ -1,6 +1,5 @@
[pytest]
asyncio_mode = auto
asyncio_default_fixture_loop_scope = function
filterwarnings =
ignore::DeprecationWarning
markers =