Skip to content

Commit 993ff6d

Browse files
committed
make postgres-database tests fail on sql2.0 warnings
1 parent 4f32660 commit 993ff6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/postgres-database/setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ commit_args = --no-verify
99

1010
[tool:pytest]
1111
asyncio_mode = auto
12-
markers =
12+
addopts = -W error::sqlalchemy.exc.SAWarning
13+
markers =
1314
testit: "marks test to run during development"

0 commit comments

Comments
 (0)