Skip to content

Commit

Permalink
🚨 ignore uncritical warnings
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 419ff74 commit e78fbac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,11 @@ addopts = ["-ra", "--strict-markers", "--strict-config", "--showlocals"]
log_cli_level = "INFO"
xfail_strict = true
filterwarnings = [
"error"
"error",
"ignore:.*pkg_resources.*:DeprecationWarning:",
"ignore:.*sre_.*:DeprecationWarning:",
"ignore:.*Rigetti.*:UserWarning:",
"ignore:.*Values in x.*:RuntimeWarning:",
]

[tool.coverage]
Expand Down

0 comments on commit e78fbac

Please sign in to comment.