Skip to content

Commit 71f36f7

Browse files
jagermanmajestrate
authored andcommitted
Drop --sql-tracing from ci jobs
We have too many tests and the output gets too large now.
1 parent 75843e9 commit 71f36f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ local debian_pipeline(name,
5656
'eatmydata ' + apt_get_quiet + ' dist-upgrade -y',
5757
'eatmydata ' + apt_get_quiet + ' install --no-install-recommends -y ' + std.join(' ', deps),
5858
] + before_pytest + [
59-
'PYTHONPATH=. python3 -mpytest -vv --color=yes --sql-tracing ' + pytest_opts,
59+
'PYTHONPATH=. python3 -mpytest -vv --color=yes ' + pytest_opts,
6060
]
6161
+ extra_cmds,
6262
},
@@ -130,7 +130,7 @@ local debian_pg_pipeline(name, image, pg_tag='bullseye') = debian_pipeline(
130130
name: '🐍 pytest',
131131
commands: [
132132
'echo "Running on ${DRONE_STAGE_MACHINE}"',
133-
'PYTHONPATH=. /opt/local/bin/python3 -mpytest -vv --color=yes --sql-tracing',
133+
'PYTHONPATH=. /opt/local/bin/python3 -mpytest -vv --color=yes',
134134
],
135135
},
136136
],

0 commit comments

Comments
 (0)