Skip to content

Commit

Permalink
Update test_datasets.py
Browse files Browse the repository at this point in the history
Update Python version for which dataset download is tests.
  • Loading branch information
WeilerP committed Dec 2, 2023
1 parent f6e62d8 commit c9e3217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/datasets/test_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def dentategyrus_adata(tmpdir_factory):


@pytest.mark.skipif(
sys.version_info[:2] != (3, 8) or sys.platform != "linux",
sys.version_info[:2] != (3, 10) or sys.platform != "linux",
reason="Limit number of downloads to speed up testing.",
)
class TestDataSets:
Expand Down

0 comments on commit c9e3217

Please sign in to comment.