-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix nf-core subworkflows test #2181
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #2181 +/- ##
==========================================
+ Coverage 71.51% 71.53% +0.01%
==========================================
Files 77 77
Lines 8338 8350 +12
==========================================
+ Hits 5963 5973 +10
- Misses 2375 2377 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
except LookupError as e: | ||
# If the module to be updated is not available, check if there has been a name change | ||
if "not found in list of available" in str(e): | ||
# Skip update, we check for name changes with manage_changes_in_linked_components in line #261 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Skip update, we check for name changes with manage_changes_in_linked_components in line #261 | |
# Skip update, we check for name changes with manage_changes_in_linked_components |
I am afraid that line number reference will be outdated soon, so just referencing the method should be good enough
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will change it in #2177 and merge that one as you reviewed here already 😄
Fix nf-core subworkflows test by adding the prefix "subworkflows/" to the pytest tag.
Merge after the GHA bug fix in #2177
Close #2180
PR checklist
CHANGELOG.md
is updateddocs
is updated