Skip to content

Commit

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

[tool.pytest.ini_options]
filterwarnings = ["ignore:::cvxpy"]
filterwarnings = ["ignore:::cvxpy",
"ignore:::.*pytest_cov.plugin.py:233"]

0 comments on commit 07f8154

Please sign in to comment.