mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
The kitchen nox verifier already takes care of the sinlge -v
flag.
Let's not double it.
This commit is contained in:
parent
a2aa708f38
commit
ff54f53640
1 changed files with 1 additions and 2 deletions
|
@ -151,7 +151,6 @@ def runtests(session, coverage):
|
|||
_create_ci_directories()
|
||||
|
||||
cmd_args = [
|
||||
'-v',
|
||||
'--tests-logfile={}'.format(
|
||||
os.path.join(REPO_ROOT, 'artifacts', 'logs', 'runtests.log')
|
||||
)
|
||||
|
@ -178,7 +177,7 @@ def pytest(session, coverage):
|
|||
),
|
||||
'--no-print-logs',
|
||||
'-ra',
|
||||
'-sv'
|
||||
'-s'
|
||||
] + session.posargs
|
||||
|
||||
if coverage is True:
|
||||
|
|
Loading…
Add table
Reference in a new issue