Skip to content

Commit

Permalink
chore(pytest): remove PytestRemovedIn8Warning filter (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Mar 4, 2024
1 parent 525a723 commit 7829735
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ max-line-lenth = 120
minversion = "7.2"
addopts = "-ra -q --random-order --doctest-glob='*.md' --doctest-modules --cov=font_fjallaone --cov-fail-under=100 --pylint --mypy --ignore=docs/"
filterwarnings = [
"ignore::pytest.PytestRemovedIn8Warning:pytest_pylint",
"ignore::DeprecationWarning:pylint"
]

Expand Down

0 comments on commit 7829735

Please sign in to comment.