From 9c399a1d8cebb9bebe41776325ef2e46488f6fca Mon Sep 17 00:00:00 2001 From: Tobias Raabe Date: Tue, 30 Dec 2025 23:58:09 +0100 Subject: [PATCH] Remove pytest markers --- pyproject.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bcbdca46..330b5fa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -158,12 +158,6 @@ convention = "numpy" [tool.pytest.ini_options] testpaths = ["src", "tests"] -markers = [ - "wip: Tests that are work-in-progress.", - "unit: Flag for unit tests which target mainly a single function.", - "integration: Flag for integration tests which may comprise of multiple unit tests.", - "end_to_end: Flag for tests that cover the whole program.", -] filterwarnings = [ "ignore:'@pytask.mark.*. is deprecated:FutureWarning", "ignore:The --rsyncdir command line argument:DeprecationWarning",