Skip to content

Commit

Permalink
Remove touch
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed May 3, 2024
1 parent 7c962ec commit 3381adc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/dask_cudf/dask_cudf/io/tests/test_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def test_read_json_nested(tmp_path):
)
kwargs = dict(orient="records", lines=True)
f = tmp_path / "data.json"
f.touch()
with dask.config.set({"dataframe.convert-string": False}):
df.to_json(f, **kwargs)
# Ensure engine='cudf' is tested.
Expand Down

0 comments on commit 3381adc

Please sign in to comment.