diff --git a/pyproject.toml b/pyproject.toml index 3253ba58da..2cad9ccde3 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", @@ -141,8 +141,8 @@ doctest_optionflags = [ addopts = [ "--durations=10", "-ra", - "--strict-config", - "--strict-markers", +# "--strict-config", # FIXME? +# "--strict-markers", # FIXME? ] filterwarnings = [ "error:::zarr.*",