We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1672074 commit e237613Copy full SHA for e237613
.github/workflows/test.yml
@@ -15,7 +15,6 @@ jobs:
15
strategy:
16
matrix:
17
python-version:
18
- - '3.10'
19
- '3.11'
20
- '3.12'
21
- '3.13'
tests/test_migrations.py
@@ -14,6 +14,7 @@ def test_for_missing_migrations(self):
14
"dry_run": True,
"stdout": output,
"check_changes": True,
+ "verbosity": 3,
}
try:
0 commit comments