We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a8e59 commit ab9e10aCopy full SHA for ab9e10a
pyproject.toml
@@ -7,6 +7,7 @@ skip-magic-trailing-comma = true
7
[tool.pytest.ini_options]
8
filterwarnings = [
9
"ignore:Matplotlib is currently using agg:UserWarning",
10
+ "ignore:FigureCanvasAgg is non-interactive.*cannot be shown:UserWarning",
11
]
12
markers = [
13
"rigetti_integration: tests that connect to Quil compiler or QVM.",
0 commit comments