Skip to content

Commit dfbe415

Browse files
STY: Apply ruff/flake8-pytest-style rule PT014
PT014 Duplicate of test case in `@pytest_mark.parametrize`
1 parent 9288256 commit dfbe415

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype/interfaces/utility/tests/test_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ def test_split(tmpdir, args, expected):
6060
([], {}, [0, [1, 2], [3, 4, 5]], [0, [1, 2], [3, 4, 5]]),
6161
([3], {"axis": "hstack"}, [[0], [1, 2], [3, 4, 5]], [[0, 1, 3]]),
6262
([3], {"axis": "hstack"}, [[0, 1], [2, 3], [4, 5]], [[0, 2, 4], [1, 3, 5]]),
63-
([3], {"axis": "hstack"}, [[0, 1], [2, 3], [4, 5]], [[0, 2, 4], [1, 3, 5]]),
6463
],
6564
)
6665
def test_merge(tmpdir, args, kwargs, in_lists, expected):

0 commit comments

Comments
 (0)