From 38e05432d2adfbbda2cb1abc1a3fae7951cac0ba Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Tue, 12 Mar 2024 12:10:56 +0100 Subject: [PATCH] Repo-Review: DEBUGGING --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3253ba58da..c87552717a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -130,8 +130,8 @@ enable_error_code = [ ] [tool.pytest.ini_options] -minversion = "7" -log_cli_level = "INFO" +# minversion = "7" # FIXME? +# log_cli_level = "INFO" # FIXME? # xfail_strict = true # FIXME? doctest_optionflags = [ "NORMALIZE_WHITESPACE", @@ -140,9 +140,9 @@ doctest_optionflags = [ ] addopts = [ "--durations=10", - "-ra", - "--strict-config", - "--strict-markers", +# "-ra", # FIXME? +# "--strict-config", # FIXME? +# "--strict-markers", # FIXME? ] filterwarnings = [ "error:::zarr.*",