Skip to content

Commit

Permalink
fix(test): ignore internal deprecation warnings
Browse files Browse the repository at this point in the history
Signed-off-by: JP-Ellis <josh@jpellis.me>
  • Loading branch information
JP-Ellis committed Oct 11, 2023
1 parent 2d39143 commit aa69a20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@ addopts = [
"--cov-config=pyproject.toml",
"--cov=pact",
]
filterwarnings = [
"ignore::DeprecationWarning:pact",
"ignore::DeprecationWarning:tests",
"ignore::PendingDeprecationWarning:pact",
"ignore::PendingDeprecationWarning:tests",
]

################################################################################
## Coverage
Expand Down

0 comments on commit aa69a20

Please sign in to comment.