Skip to content

Commit 524e14a

Browse files
author
Jon Wayne Parrott
committed
Preventing nox from running the same test multiple times.
Change-Id: I63893ad7fde56af18180710e66051d7dac98a569
1 parent bb6b63b commit 524e14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def filter_samples(sample_dirs, changed_files):
8787
if changed_file.startswith(sample_dir):
8888
result.append(sample_dir)
8989

90-
return result
90+
return list(set(result))
9191

9292

9393
def setup_appengine(session):

0 commit comments

Comments
 (0)