Skip to content

Commit

Permalink
add nf-test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Nov 13, 2023
1 parent 54bb5b6 commit 28c1c76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nf_core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -677,9 +677,6 @@ def parse_anaconda_licence(anaconda_response, version=None):
l = l.replace("Clause", "clause") # BSD capitilisation
l = re.sub(r"-only$", "", l) # Remove superflous GPL "only" version suffixes
clean_licences.append(l)
# convert to string if only one licence
if len(clean_licences) == 1:
clean_licences = clean_licences[0]
return clean_licences


Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
black
isort
myst_parser
nf-test
pytest-cov
pytest-datafiles
responses
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ GitPython
jinja2
jsonschema>=3.0
markdown>=3.3
nf-test
packaging
pre-commit
prompt_toolkit>=3.0.3
Expand All @@ -17,3 +18,4 @@ requests_cache
rich-click>=1.6.1
rich>=13.3.1
tabulate

0 comments on commit 28c1c76

Please sign in to comment.