Skip to content

Commit

Permalink
try: omit virtualenvs
Browse files Browse the repository at this point in the history
  • Loading branch information
purva-thakre committed Nov 8, 2023
1 parent 1c6c25d commit 957863b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,6 @@ build-backend = "poetry.masonry.api"

[tool.pytest.ini_options]
filterwarnings = ["ignore:::cvxpy",
"ignore:::.home.runner..cache.pypoetry.virtualenvs.toqito-QfgmswsN-py3.10.lib.python3.10.site-packages.pytest_cov.plugin.py:233"]

[tool.coverage.run]
omit = [".virtualenvs/*"]

0 comments on commit 957863b

Please sign in to comment.