From 263a282f47fe9016d364b01ba3fd5ca48dd200f4 Mon Sep 17 00:00:00 2001 From: Alexander Myasoedov Date: Sun, 2 Mar 2025 19:03:53 +0200 Subject: [PATCH] feat(update pytest options): --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f89571a..8555371 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,5 +86,7 @@ build-backend = "poetry.core.masonry.api" [tool.pytest.ini_options] +addopts = "--durations=5 -m 'not slow'" asyncio_mode = "auto" asyncio_default_fixture_loop_scope = "function" +markers = "slow: marks tests as slow"