From 79a88b592cbf565f58d2b496d5ecd9e9947089e1 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Tue, 18 Jun 2024 14:17:22 -0500 Subject: [PATCH] Revert "test: Add ociAutoPull to nf-test" This reverts commit 5a3d54609b67b1814c545b7e3dd8b49a82cb00e6. --- tests/config/nextflow.config | 2 +- tests/config/nf-test.config | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/config/nextflow.config b/tests/config/nextflow.config index 66a28f2e56d7..ee7ca9e231cd 100644 --- a/tests/config/nextflow.config +++ b/tests/config/nextflow.config @@ -42,5 +42,5 @@ conda { createTimeout = "120 min" } includeConfig 'test_data.config' manifest { - nextflowVersion = '!>=23.12.0-edge' + nextflowVersion = '!>=23.04.0' } diff --git a/tests/config/nf-test.config b/tests/config/nf-test.config index 38c9236f94c6..269f2dc3ca1c 100644 --- a/tests/config/nf-test.config +++ b/tests/config/nf-test.config @@ -15,7 +15,6 @@ profiles { singularity { singularity.enabled = true singularity.autoMounts = true - singularity.ociAutoPull = true } conda { conda.enabled = true @@ -51,5 +50,5 @@ conda { createTimeout = "120 min" } includeConfig 'test_data.config' manifest { - nextflowVersion = '!>=23.12.0-edge' + nextflowVersion = '!>=23.04.0' }