Skip to content

Commit 6fe5f19

Browse files
authored
Add missing datasets mark in test_datasets.py (#52)
1 parent bfde848 commit 6fe5f19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_datasets.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
import torch
2020

2121
import cebra.data
22-
import cebra.datasets
2322
import cebra.data.assets as cebra_data_assets
23+
import cebra.datasets
2424
import cebra.registry
2525
from cebra.datasets import poisson
2626

@@ -303,6 +303,7 @@ def parametrize_data(function):
303303
])(function)
304304

305305

306+
@pytest.mark.requires_dataset
306307
@parametrize_data
307308
def test_download_file_successful_download(filename, url, expected_checksum):
308309
with tempfile.TemporaryDirectory() as temp_dir:

0 commit comments

Comments
 (0)