Skip to content

Commit

Permalink
🚨 set filterwarnings to error to catch warnings in tests
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <[email protected]>
  • Loading branch information
burgholzer committed Apr 9, 2024
1 parent 310efa7 commit e2f56bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ testpaths = ["tests"]
addopts = ["-ra", "--strict-markers", "--strict-config", "--showlocals"]
log_cli_level = "INFO"
xfail_strict = true
filterwarnings = [
"error"
]

[tool.coverage]
run.source = ["mqt.bench", "mqt.benchviewer"]
Expand Down

0 comments on commit e2f56bd

Please sign in to comment.