Skip to content

Commit

Permalink
Fail tests which cause an SQLAlchemy warning (#88327)
Browse files Browse the repository at this point in the history
Co-authored-by: J. Nick Koston <nick@koston.org>
  • Loading branch information
emontnemery and bdraco committed Feb 17, 2023
1 parent 45829b0 commit 2b8abf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 2b8abf8

Please sign in to comment.