diff --git a/climetlab/version b/climetlab/version index e7c6f5db..5d273134 100644 --- a/climetlab/version +++ b/climetlab/version @@ -1 +1 @@ -0.20.7 +0.20.8 diff --git a/tests/sources/test_url.py b/tests/sources/test_url.py index 1a6f1fb6..df2c12ee 100644 --- a/tests/sources/test_url.py +++ b/tests/sources/test_url.py @@ -48,7 +48,7 @@ def test_url_ftp_source_anonymous(): @pytest.mark.ftp @pytest.mark.download @pytest.mark.external_download -@pytest.mark.skipif(IN_GITHUB) +@pytest.mark.skipif(IN_GITHUB, reason="disabled") def test_url_ftp_source_with_user_pass(): import ftplib