Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion requirements/extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ lightning-sdk==2025.8.1 # Must be pinned to ensure compatibility
google-cloud-storage
polars
fsspec
asyncio
2 changes: 1 addition & 1 deletion tests/streaming/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ def _get_simulated_s3_dataloader(cache_dir, data_dir, shuffle=False):

@pytest.mark.skipif(sys.platform == "win32", reason="Not tested on windows and MacOs")
@mock.patch.dict(os.environ, {}, clear=True)
@pytest.mark.timeout(60)
@pytest.mark.timeout(90)
@pytest.mark.parametrize("shuffle", [True, False])
def test_dataset_resume_on_future_chunks(shuffle, tmpdir, monkeypatch):
"""Tests resuming from a chunk past the first chunk, when subsequent chunks don't have the same size."""
Expand Down
Loading