Skip to content

Commit

Permalink
Revert "Update pytest config"
Browse files Browse the repository at this point in the history
This reverts commit 5ba668b.
  • Loading branch information
CasperWA committed Nov 3, 2023
1 parent 636a836 commit 93b7e58
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,8 @@ max-returns = 10

[tool.pytest.ini_options]
minversion = "7.0"
addopts = ["--cov=ci_cd", "--cov-report=term-missing"]
filterwarnings = ["error"]
filterwarnings = [
"ignore:.*imp module.*:DeprecationWarning",
# Remove when invoke updates to `inspect.signature()` or similar:
"ignore:.*inspect.getargspec().*:DeprecationWarning",
]

0 comments on commit 93b7e58

Please sign in to comment.