Skip to content

Commit

Permalink
specify minimal pytest and pytest-workflow version (#35232)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianegli authored Jun 6, 2022
1 parent 0dfae65 commit b866934
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/nf-core/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:

build:
noarch: python
number: 0
number: 1
script: "touch requirements.txt && {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"

requirements:
Expand All @@ -35,7 +35,8 @@ requirements:
- rich >=10.0.0
- rich-click >=1.0.0
- prompt_toolkit >=3.0.3
- pytest-workflow
- pytest >=7.0.0
- pytest-workflow >=1.6.0
- questionary >=1.8.0
- packaging
- galaxy-tool-util
Expand Down

0 comments on commit b866934

Please sign in to comment.