Skip to content

Commit 94690fe

Browse files
author
Jon Wayne Parrott
committed
Remove unnecessary arg
Change-Id: I287e80fc29dd945716c8ce51dc52612d36a42ef3
1 parent fadffb5 commit 94690fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nox.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,7 @@ def session_travis(session, subsession):
219219
print('\n'.join(sample_directories))
220220

221221
run_tests_in_sesssion(
222-
session, interpreter, sample_directories,
223-
skip_flaky=True, changed_only=True)
222+
session, interpreter, sample_directories, skip_flaky=True)
224223

225224

226225
def session_lint(session):

0 commit comments

Comments
 (0)