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 b182873 commit 7b4a2d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 @@ -141,8 +141,8 @@ doctest_optionflags = [
addopts = [
"--durations=10",
"-ra",
"--strict-config",
"--strict-markers",
# "--strict-config", # FIXME?
# "--strict-markers", # FIXME?
]
filterwarnings = [
"error:::zarr.*",
Expand Down

0 comments on commit 7b4a2d6

Please sign in to comment.