Skip to content
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

Add requires to nf-test.config in order to specify minimal nf-test version #191

Merged
merged 9 commits into from
May 14, 2024

Conversation

lukfor
Copy link
Collaborator

@lukfor lukfor commented Jan 28, 2024

This PR introduces a new keyword requires in nf-test.config to to specify the minimum required version of nf-test. This fixes #160.

For instance, to ensure the use of at least nf-test version 0.9.0, define it as follows:

config {
    requires (
        "nf-test": "0.9.0"
    )
}

Open points:

  • Write testcases

@lukfor lukfor changed the title Add requires to nf-test.config in order to specify minimal nf-test version Add requires to nf-test.config in order to specify minimal nf-test version May 14, 2024
@lukfor lukfor merged commit 38cc083 into main May 14, 2024
12 checks passed
@lukfor lukfor deleted the features/required-version branch May 14, 2024 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] add a new field to the nf-test config that requires a minimum version
1 participant