Skip to content

Commit 54f8c31

Browse files
committed
commented out failing conftest copy
1 parent 674910b commit 54f8c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def test_task_conversion(task_spec_file, cli_runner, work_dir, gen_test_conftest
2828
task_spec = yaml.safe_load(f)
2929
pkg_root = work_dir / "src"
3030
pkg_root.mkdir()
31-
shutil.copyfile(gen_test_conftest, pkg_root / "conftest.py")
31+
# shutil.copyfile(gen_test_conftest, pkg_root / "conftest.py")
3232

3333
output_module_path = f"nipype2pydratest.{task_spec_file.stem.lower()}"
3434

0 commit comments

Comments
 (0)