chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:47:58 +08:00
commit b16403ea71
789 changed files with 115226 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# content of pytest.ini
[pytest]
markers =
skip_debug: skip test if E2B_DEBUG is set.
asyncio_mode=auto
asyncio_default_fixture_loop_scope=session
asyncio_default_test_loop_scope=session
addopts = "--import-mode=importlib"
timeout = 30
filterwarnings =
ignore:'asyncio\.iscoroutinefunction' is deprecated.*:DeprecationWarning:pytest_asyncio\.plugin
ignore:'asyncio\.get_event_loop_policy' is deprecated.*:DeprecationWarning:pytest_asyncio\.plugin