You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# pytest-asyncio's default, pinned explicitly: every async test must carry
# `@pytest.mark.asyncio`. Leaving it unset makes the mode depend on the
# installed plugin version.
asyncio_mode = strict
markers =
piagent_smoke: real Pi binary/model smoke test (opt in with PIAGENT_RUN_SMOKE=1)
codex_smoke: real Codex binary/sandbox/socket smoke test, stubbed model backend (opt in with CODEX_RUN_SMOKE=1); binds real ports and spawns a subprocess, so it must not run under `pytest -n`