Skip to content

Commit

Permalink
Merge branch 'main' into build/datasets-upgrade-s3fs-to-newer-calver
Browse files Browse the repository at this point in the history
  • Loading branch information
merelcht authored Nov 30, 2023
2 parents 32e0e31 + 40e8292 commit 475021f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro-datasets/kedro_datasets/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@


@pytest.fixture(autouse=True)
def add_np(doctest_namespace, tmp_path):
def add_tmp_path(doctest_namespace, tmp_path):
doctest_namespace["tmp_path"] = tmp_path

0 comments on commit 475021f

Please sign in to comment.