We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab633b8 commit 1f62853Copy full SHA for 1f62853
1 file changed
pyproject.toml
@@ -115,7 +115,7 @@ max_supported_python = "3.14"
115
keep_full_version = true
116
117
[tool.pytest.ini_options]
118
-addopts = "--tb=short --strict-markers -ra"
+addopts = "--tb=short --strict-markers -ra --no-migrations"
119
testpaths = [ "tests" ]
120
markers = [
121
"requires_postgres: marks tests as requiring a PostgreSQL database backend",
0 commit comments