mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-17 23:09:35 +00:00
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:
parent
2423896232
commit
fc1e45fa31
@ -1,6 +1,5 @@
|
||||
[pytest]
|
||||
asyncio_mode = auto
|
||||
asyncio_default_fixture_loop_scope = function
|
||||
filterwarnings =
|
||||
ignore::DeprecationWarning
|
||||
markers =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user