mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-19 07:49:34 +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]
|
[pytest]
|
||||||
asyncio_mode = auto
|
asyncio_mode = auto
|
||||||
asyncio_default_fixture_loop_scope = function
|
|
||||||
filterwarnings =
|
filterwarnings =
|
||||||
ignore::DeprecationWarning
|
ignore::DeprecationWarning
|
||||||
markers =
|
markers =
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user