From 5d598680e3b7e4751545481d6fba77597d068214 Mon Sep 17 00:00:00 2001 From: Max Wittig Date: Wed, 15 Oct 2025 14:40:33 +0200 Subject: [PATCH] chore: remove unused marker (#26890) Signed-off-by: Max Wittig --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 95dda76063..eb9bdb593b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,6 @@ markers = [ "distributed: run this test only in distributed GPU tests", "skip_v1: do not run this test with v1", "optional: optional tests that are automatically skipped, include --optional to run them", - "extra_server_args: extra arguments to pass to the server fixture", ] [tool.ty.src]