diff --git a/pyproject.toml b/pyproject.toml index b9b74a0688..b0057a4e0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -410,7 +410,7 @@ env = [ "GOOGLE_MAPS_API_KEY=AIzafake_google_key", "PYTHONWARNINGS=ignore:cupyx.jit.rawkernel is experimental:FutureWarning", ] -addopts = "-v -p no:warnings -ra --color=yes -m 'not (vis or exclude or tool or lcm or ros or heavy or gpu or module or e2e or integration or neverending or mujoco)'" +addopts = "-v -s -p no:warnings -ra --color=yes -m 'not (vis or exclude or tool or lcm or ros or heavy or gpu or module or e2e or integration or neverending or mujoco)'" asyncio_mode = "auto" asyncio_default_fixture_loop_scope = "function"