Skip to content

Commit

Permalink
Merge branch 'main' into refactor-convert-command
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm authored Nov 7, 2024
2 parents 9f7acca + e9894e7 commit a327e70
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 @@ -70,7 +70,7 @@ exclude = [

[tool.pytest.ini_options]
minversion = "6.0"
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
addopts = ["-rsfE", "--tb=short", "--strict-markers", "--strict-config"]
xfail_strict = true
filterwarnings = [
"error",
Expand Down

0 comments on commit a327e70

Please sign in to comment.