From 800d5e9ed9bb0fc715180cee1ec9ca2a02b866dd Mon Sep 17 00:00:00 2001 From: Florian Pinault Date: Mon, 12 Feb 2024 10:54:39 +0000 Subject: [PATCH 1/2] ftp --- tests/sources/test_url.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/sources/test_url.py b/tests/sources/test_url.py index 5374798e..21c20baf 100644 --- a/tests/sources/test_url.py +++ b/tests/sources/test_url.py @@ -48,6 +48,7 @@ def test_url_ftp_source_anonymous(): @pytest.mark.ftp @pytest.mark.download @pytest.mark.external_download +@pytest.mark.skipif(IN_GITHUB) def test_url_ftp_source_with_user_pass(): import ftplib From 7b99fbd4940e8d15bc77708ac5edc8b99a2b2b6e Mon Sep 17 00:00:00 2001 From: Florian Pinault Date: Mon, 12 Feb 2024 10:55:17 +0000 Subject: [PATCH 2/2] Bump version 0.20.6 --- climetlab/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/climetlab/version b/climetlab/version index 1b619f34..752e6303 100644 --- a/climetlab/version +++ b/climetlab/version @@ -1 +1 @@ -0.20.5 +0.20.6