* uv migration smaller runners, freeze test runs, remove dev, ruff,hatchling, previw, poetry, generates wheel, installs wheel, docker * fix tests and dependency groups * test fixes * test fixing and main * resolve merge conflict * dev + test dependency group * Test * trigger CI * trigger CI * add debugging info * trigger CI * uv for reusable and sdk preview * resolve mc and reformat black * staged-api * mypy * fix fern * prod Dockerfile * model sweep, and project.toml and uvlock * --group test -> --extra dev * remove redundant --extra dev and rename tests to dev * sdk backwards compat install sqlite * install sqlite group for sdk-backwards-compat * install uv on gh runner for cloud-api-integration-tests * stage+publish * pytest asyncio * bug causing pytest package to get removed * try to fix async event loop issues * migrate to --with google-cloud-secret-manager --------- Co-authored-by: Kian Jones <kian@letta.com>
18 lines
764 B
INI
18 lines
764 B
INI
[pytest]
|
|
pythonpath = /letta
|
|
testpaths = /tests
|
|
asyncio_mode = auto
|
|
asyncio_default_fixture_loop_scope = function
|
|
asyncio_default_test_loop_scope = function
|
|
filterwarnings =
|
|
ignore::pytest.PytestRemovedIn9Warning
|
|
# suppresses the warnings we see with the event_loop fixture
|
|
ignore:.*is asynchronous and explicitly requests the "event_loop" fixture. Asynchronous fixtures and test functions should use "asyncio.get_running_loop\(\)" instead.*
|
|
markers =
|
|
local_sandbox: mark test as part of local sandbox tests
|
|
e2b_sandbox: mark test as part of E2B sandbox tests
|
|
openai_basic: Tests for OpenAI endpoints
|
|
anthropic_basic: Tests for Anthropic endpoints
|
|
azure_basic: Tests for Azure endpoints
|
|
gemini_basic: Tests for Gemini endpoints
|