Skip to content

Commit

Permalink
ignore warning
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Apr 9, 2024
1 parent 9ff1f7e commit 2fe7b5c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@ addopts = [
"-pnetwork", "--disable-network",
"-presponsemock"
]
filterwarnings = ["error"]
filterwarnings = [
"error",
# https://github.com/man-group/pytest-plugins/issues/224
"ignore::DeprecationWarning:pytest_shutil",
]

[tool.ruff]
line-length = 120
Expand Down

0 comments on commit 2fe7b5c

Please sign in to comment.