Skip to content

Commit

Permalink
renamed conftest resource template to conftest_ to avoid confusing th…
Browse files Browse the repository at this point in the history
…e pytest
  • Loading branch information
tclose committed Mar 19, 2024
1 parent 7c05667 commit 8978065
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nipype2pydra/pkg_gen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,7 @@ def copy_ignore(_, names):

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

# Add modified README
os.unlink(pkg_dir / "README.md")
Expand Down

0 comments on commit 8978065

Please sign in to comment.