We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8f322 commit 57ab108Copy full SHA for 57ab108
nipype/pipeline/plugins/tests/test_sgelike.py
@@ -5,7 +5,7 @@
5
import os
6
from glob import glob
7
import pytest
8
-from mock import patch
+from unittest.mock import patch
9
from tempfile import TemporaryDirectory
10
import subprocess
11
@@ -42,4 +42,3 @@ def test_crashfile_creation():
42
crashfiles = glob(join(tmpdirname,"crash*crasher*.pklz"))
43
assert len(crashfiles) == 1
44
os.chdir(cur_dir)
45
-
0 commit comments