Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/feature/save-pd-to-…
Browse files Browse the repository at this point in the history
…snowflaketable' into feature/save-pd-to-snowflaketable
  • Loading branch information
tdhooghe committed Oct 24, 2024
2 parents d1ddba9 + fbc2545 commit 3c3dcee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kedro-datasets/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ test = [
"jupyterlab>=3.0",
"jupyter~=1.0",
"lxml~=4.6",
"matplotlib>=3.5, <3.6",
"matplotlib>=3.5, <4.0",
"memory_profiler>=0.50.0, <1.0",
"moto==5.0.0",
"networkx~=2.4",
Expand Down
2 changes: 1 addition & 1 deletion kedro-datasets/tests/matplotlib/test_matplotlib_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def cleanup_plt():


class TestMatplotlibWriter:
@pytest.mark.parametrize("save_args", [{"k1": "v1"}], indirect=True)
@pytest.mark.parametrize("save_args", [{"format": "png"}], indirect=True)
def test_save_data(
self, tmp_path, mock_single_plot, plot_writer, mocked_s3_bucket, save_args
):
Expand Down

0 comments on commit 3c3dcee

Please sign in to comment.