From d31fd9a102330a3589e1bb0446ce9c4e7444c6e8 Mon Sep 17 00:00:00 2001 From: Oksana Shadura Date: Thu, 30 Nov 2023 17:39:54 +0100 Subject: [PATCH] Remove duplicate with error: cannot declare {key} twice --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8489af75..00a66dba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,10 +43,7 @@ minversion = "6.0" testpaths = [ "tests", ] -addopts = "--strict-config --strict-markers -ra" log_cli_level = "INFO" xfail_strict = true filterwarnings = ['error'] - -[tool.pytest.ini_options] addops = ["-ra", "--strict-config", "--strict-markers"]