Fail tests which cause an SQLAlchemy warning (#88327)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
45829b016c
commit
2b8abf84bd
1 changed files with 1 additions and 0 deletions
|
@ -234,6 +234,7 @@ norecursedirs = [
|
|||
log_format = "%(asctime)s.%(msecs)03d %(levelname)-8s %(threadName)s %(name)s:%(filename)s:%(lineno)s %(message)s"
|
||||
log_date_format = "%Y-%m-%d %H:%M:%S"
|
||||
asyncio_mode = "auto"
|
||||
filterwarnings = ["error::sqlalchemy.exc.SAWarning"]
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py310"
|
||||
|
|
Loading…
Add table
Reference in a new issue