Skip to content

Commit

Permalink
Temporarily error on DeprecationWarning-s so they show up in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pavoljuhas committed Feb 14, 2024
1 parent 6a40da5 commit 662aa05
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 @@ -8,6 +8,9 @@ skip-magic-trailing-comma = true
filterwarnings = [
"ignore:Matplotlib is currently using agg:UserWarning",
"ignore:FigureCanvasAgg is non-interactive.*cannot be shown:UserWarning",
# temporarily expose following deprecations in the CI
"error:`np.*` is a deprecated alias:DeprecationWarning:(cirq|<string>)",
"error:NotImplemented should not be used in a boolean context:DeprecationWarning",
]
markers = [
"rigetti_integration: tests that connect to Quil compiler or QVM.",
Expand Down

0 comments on commit 662aa05

Please sign in to comment.