Skip to content

Commit 57ab108

Browse files
daniel-geeffigies
andauthored
Update nipype/pipeline/plugins/tests/test_sgelike.py
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent 9c8f322 commit 57ab108

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nipype/pipeline/plugins/tests/test_sgelike.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import os
66
from glob import glob
77
import pytest
8-
from mock import patch
8+
from unittest.mock import patch
99
from tempfile import TemporaryDirectory
1010
import subprocess
1111

@@ -42,4 +42,3 @@ def test_crashfile_creation():
4242
crashfiles = glob(join(tmpdirname,"crash*crasher*.pklz"))
4343
assert len(crashfiles) == 1
4444
os.chdir(cur_dir)
45-

0 commit comments

Comments
 (0)