We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9bc9c commit 12fe2b9Copy full SHA for 12fe2b9
nipype/__init__.py
@@ -40,7 +40,7 @@ def __call__(self, doctests=True, parallel=False):
40
except ImportError:
41
raise RuntimeError(
42
"pytest-xdist required for parallel run")
43
- args.append('-n auto')
+ args.append('-n auto')
44
args.append(os.path.dirname(__file__))
45
pytest.main(args=args)
46
0 commit comments