Skip to content

Commit

Permalink
Merge branch 'release/0.20.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb committed Feb 12, 2024
2 parents b21e9f3 + 5f91dde commit 98ebe73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion climetlab/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.20.7
0.20.8
2 changes: 1 addition & 1 deletion tests/sources/test_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 98ebe73

Please sign in to comment.