Skip to content

Commit

Permalink
try ignore all cvxpy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
purva-thakre committed Nov 8, 2023
1 parent d6ccaad commit 100f2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ requires = ["setuptools","poetry>=0.12"]
build-backend = "poetry.masonry.api"

[tool.pytest.ini_options]
filterwarnings = ["ignore::UserWarning:cvxpy", "ignore::DeprecationWarning:cvxpy"]
filterwarnings = ["ignore:::cvxpy"]

0 comments on commit 100f2af

Please sign in to comment.