Fix unawaited coroutine test warnings
This commit is contained in:
parent
e268794564
commit
6ce1d7da2f
2 changed files with 75 additions and 46 deletions
|
|
@ -28,3 +28,9 @@ build-backend = "hatchling.build"
|
|||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/hosts"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
filterwarnings = [
|
||||
"error:coroutine .* was never awaited:RuntimeWarning",
|
||||
"error::pytest.PytestUnraisableExceptionWarning",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue