Skip to content

Commit

Permalink
lower pytest minversion
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed Nov 24, 2024
1 parent f39b089 commit 69783be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ KEYVI_CLANG_TIDY = "OFF"
KEYVI_DOCS = "OFF"

[tool.pytest.ini_options]
minversion = "8.0"
minversion = "7.1.1"
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
xfail_strict = true
log_cli_level = "INFO"
Expand Down

0 comments on commit 69783be

Please sign in to comment.