[pytest]
filterwarnings =
    ignore::DeprecationWarning
testpaths =
    tests
    integration_tests
markers =
    requires_nodes: marker for integration tests that require live agent nodes
    slow: marker for slow integration tests (LLM calls, large file sync)