Skip to content

Commit

Permalink
remove print in fixture exposing the repo directory
Browse files Browse the repository at this point in the history
Co-authored-by: Júlia Mir Pedrol <mirp.julia@gmail.com>
  • Loading branch information
fabianegli and mirpedrol authored Apr 24, 2023
1 parent 5c3b84a commit fef797d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_modules/test_bump_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
def test_modules_bump_versions_single_module(local_modules_repo):
"""Test updating a single module"""
# Change the bpipe/test version to an older version
print(local_modules_repo.__dir__())
main_nf_path = os.path.join(local_modules_repo, "modules", "nf-core", "bpipe", "test", "main.nf")
with open(main_nf_path, "r") as fh:
content = fh.read()
Expand Down

0 comments on commit fef797d

Please sign in to comment.