Skip to content

Commit

Permalink
add mark to test_download_file_successful_download
Browse files Browse the repository at this point in the history
  • Loading branch information
gonlairo authored and stes committed Jul 25, 2023
1 parent 00601fb commit 440d648
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
import torch

import cebra.data
import cebra.datasets
import cebra.data.assets as cebra_data_assets
import cebra.datasets
import cebra.registry
from cebra.datasets import poisson

Expand Down Expand Up @@ -303,6 +303,7 @@ def parametrize_data(function):
])(function)


@pytest.mark.requires_dataset
@parametrize_data
def test_download_file_successful_download(filename, url, expected_checksum):
with tempfile.TemporaryDirectory() as temp_dir:
Expand Down

0 comments on commit 440d648

Please sign in to comment.