Skip to content

Commit e237613

Browse files
committed
fix: Add verbosity to migration test
1 parent 1672074 commit e237613

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
strategy:
1616
matrix:
1717
python-version:
18-
- '3.10'
1918
- '3.11'
2019
- '3.12'
2120
- '3.13'

tests/test_migrations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ def test_for_missing_migrations(self):
1414
"dry_run": True,
1515
"stdout": output,
1616
"check_changes": True,
17+
"verbosity": 3,
1718
}
1819

1920
try:

0 commit comments

Comments
 (0)