Skip to content

Commit

Permalink
Repo-Review: DEBUGGING
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Mar 12, 2024
1 parent 9c6991e commit 38e0543
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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.*",
Expand Down

0 comments on commit 38e0543

Please sign in to comment.