Skip to content

Commit 1f62853

Browse files
committed
Disable migrations in tests
1 parent ab633b8 commit 1f62853

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ max_supported_python = "3.14"
115115
keep_full_version = true
116116

117117
[tool.pytest.ini_options]
118-
addopts = "--tb=short --strict-markers -ra"
118+
addopts = "--tb=short --strict-markers -ra --no-migrations"
119119
testpaths = [ "tests" ]
120120
markers = [
121121
"requires_postgres: marks tests as requiring a PostgreSQL database backend",

0 commit comments

Comments
 (0)