Skip to content

Commit

Permalink
build: Bump matplotlib test dependency (kedro-org#904)
Browse files Browse the repository at this point in the history
* Bump matplotlib test dependency

Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>

* Fix matplotlib test

Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>

---------

Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
  • Loading branch information
merelcht authored and tdhooghe committed Oct 24, 2024
1 parent be5fb6f commit 217e60b
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 217e60b

Please sign in to comment.