diff --git a/pyproject.toml b/pyproject.toml index 1c57fe299b6..35a7af04740 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ skip-magic-trailing-comma = true [tool.pytest.ini_options] filterwarnings = [ "ignore:Matplotlib is currently using agg:UserWarning", + "ignore:FigureCanvasAgg is non-interactive.*cannot be shown:UserWarning", ] markers = [ "rigetti_integration: tests that connect to Quil compiler or QVM.",