Skip to content

Commit

Permalink
Quiet tox
Browse files Browse the repository at this point in the history
  • Loading branch information
maxzheng committed Sep 23, 2023
1 parent 101b332 commit 18234d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace/commands/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def show_remaining(completed, all_args):
if self.tox_cmd:
cmd = self.tox_cmd
else:
cmd = ['tox', '-c', tox.tox_ini]
cmd = ['tox', '-q', '-c', tox.tox_ini]

if envs:
cmd.extend(['-e', ','.join(envs)])
Expand Down

0 comments on commit 18234d8

Please sign in to comment.