Skip to content

Commit 331237d

Browse files
committed
Silence pylint
1 parent 209d566 commit 331237d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2379,7 +2379,7 @@ def python_coverage(args):
23792379
]
23802380
env['GRAAL_PYTHON_ARGS'] = " ".join(extra_args)
23812381
if kwds.pop("tagged", False):
2382-
run_tagged_unittests(executable, env=env, nonZeroIsFatal=False, **kwds)
2382+
run_tagged_unittests(executable, env=env, nonZeroIsFatal=False, **kwds) # pylint: disable=unexpected-keyword-arg;
23832383
elif kwds.pop("hpy", False):
23842384
run_hpy_unittests(executable, env=env, nonZeroIsFatal=False, timeout=5*60*60) # hpy unittests are really slow under coverage
23852385
else:

0 commit comments

Comments
 (0)