Skip to content

Commit

Permalink
Merge pull request #87 from lyz-code/fix/remove-deprecation-warning
Browse files Browse the repository at this point in the history
tests: remove deprecation warning on mkdocs
  • Loading branch information
lyz-code committed Mar 28, 2022
2 parents 3e4dd1b + 6dd52aa commit 3588242
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Expand Up @@ -189,8 +189,6 @@ filterwarnings = [
"error",
# Until https://github.com/ktosiek/pytest-freezegun/issues/35 is merged
"ignore::DeprecationWarning:pytest_freezegun.*",
# Until https://github.com/mkdocs/mkdocs/issues/2794
"ignore::DeprecationWarning:mkdocs",
]

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

0 comments on commit 3588242

Please sign in to comment.