Skip to content

Commit 22f7090

Browse files
committed
fix deprecation warning when running pytest
1 parent ae29f3a commit 22f7090

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ invoke = "^1.5.0"
1616
[build-system]
1717
requires = ["poetry-core>=1.0.0"]
1818
build-backend = "poetry.core.masonry.api"
19+
20+
[tool.pytest.ini_options]
21+
filterwarnings = [
22+
"ignore::DeprecationWarning:invoke.loader" # https://github.com/pyinvoke/invoke/issues/675
23+
]

0 commit comments

Comments
 (0)