Skip to content

Commit

Permalink
Revert "Temporarily error on DeprecationWarning-s so they show up in …
Browse files Browse the repository at this point in the history
…the CI"

This reverts commit 662aa05.
  • Loading branch information
pavoljuhas committed Feb 15, 2024
1 parent 5a8c13b commit f6254ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ 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 f6254ff

Please sign in to comment.