From a5c77d39221122231677a9f5c7139dfccee753db Mon Sep 17 00:00:00 2001 From: Fabian Egli Date: Mon, 6 Jun 2022 21:47:57 +0200 Subject: [PATCH] specify minimal pytest and pytest-workflow version --- recipes/nf-core/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/nf-core/meta.yaml b/recipes/nf-core/meta.yaml index 7026fbeab568c..b724b8b28222f 100644 --- a/recipes/nf-core/meta.yaml +++ b/recipes/nf-core/meta.yaml @@ -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: @@ -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