diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cd5796..c44c4ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Changelog -## 0.5.9 - Unreleased +## 0.5.9 - 2023-06-21 - Fix stdout decoding ## 0.5.8 - 2023-06-21 diff --git a/docs/changelog.md b/docs/changelog.md index 0cd5796..c44c4ac 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ ## Changelog -## 0.5.9 - Unreleased +## 0.5.9 - 2023-06-21 - Fix stdout decoding ## 0.5.8 - 2023-06-21 diff --git a/tests/test_cli.py b/tests/test_cli.py index cbb6f31..fed471c 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -80,7 +80,7 @@ def test_cli_batch_not_a_folder(): assert "Invalid folder" in result.stdout -# @pytest.mark.skipif(sys.platform == "linux", reason="To be investigated") +@pytest.mark.skipif(sys.platform == "linux", reason="To be investigated") def test_cli_batch(asset_tree): result = runner.invoke(app, ["batch", asset_tree.as_posix()]) assert result.exit_code == 0