Skip to content

Commit

Permalink
add last requirements for linting and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron committed Jan 11, 2024
1 parent f4599cb commit 894c06b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions modules/nf-scil/betcrop/cropvolume/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ output:
pattern: "*.pkl"

- versions:
type: file
description: File containing software versions
pattern: "versions.yml"
type: file
description: File containing software versions
pattern: "versions.yml"

authors:
- "@AlexVCaron"
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[pytest]
filterwarnings =
ignore::pytest.PytestRemovedIn8Warning:_pytest.nodes:140
2 changes: 1 addition & 1 deletion tests/config/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if ("$PROFILE" == "singularity") {
}

// We need to consider switch to quay for hosting, see what the free plan offers
// docker.registry = 'quay.io'
docker.registry = 'hub.docker.com'
// podman.registry = 'quay.io'
// singularity.registry = 'quay.io'

Expand Down

0 comments on commit 894c06b

Please sign in to comment.