fix: suppress noisy cleanup warnings in pytest and fix fleet test auth

This commit is contained in:
2026-04-09 01:05:34 -04:00
parent 9dc6ff3887
commit 0123e1c69e
6 changed files with 34 additions and 6 deletions

View File

@@ -35,6 +35,11 @@ dev = [
[project.scripts]
decnet = "decnet.cli:app"
[tool.pytest.ini_options]
filterwarnings = [
"ignore::pytest.PytestUnhandledThreadExceptionWarning",
]
[tool.setuptools.packages.find]
where = ["."]
include = ["decnet*"]