mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-08 20:30:59 +00:00
feat(cloud): harden multi-tenant runtime resources
This commit is contained in:
@@ -13,6 +13,12 @@ testpaths = tests
|
||||
# Asyncio configuration
|
||||
asyncio_mode = auto
|
||||
|
||||
# Resource leaks are often reported during object finalization and wrapped by
|
||||
# pytest. Keep both forms fatal so --disable-warnings cannot hide them.
|
||||
filterwarnings =
|
||||
error::ResourceWarning
|
||||
error::pytest.PytestUnraisableExceptionWarning
|
||||
|
||||
# Output options
|
||||
addopts =
|
||||
-v
|
||||
|
||||
Reference in New Issue
Block a user