# pytest.ini
[pytest]
addopts = -m "not integration" --ignore=temp
asyncio_default_fixture_loop_scope = function
markers =
integration: marks tests as integration tests (makes real network calls)
filterwarnings =
# Silence deprecation notice from websockets 14.x about websockets.legacy used by transitive deps
ignore::DeprecationWarning:websockets\.legacy