Skip to content

Commit 8978065

Browse files
committed
renamed conftest resource template to conftest_ to avoid confusing the pytest
1 parent 7c05667 commit 8978065

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

nipype2pydra/pkg_gen/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,7 @@ def copy_ignore(_, names):
643643

644644
related_pkgs_dir = pkg_dir / "related-packages"
645645
shutil.copytree(TEMPLATES_DIR / "related-packages", related_pkgs_dir)
646+
os.rename(related_pkgs_dir / "conftest_.py", related_pkgs_dir / "conftest.py")
646647

647648
# Add modified README
648649
os.unlink(pkg_dir / "README.md")

0 commit comments

Comments
 (0)