Skip to content

Commit d48c395

Browse files
committed
Remove 3.11 test.
1 parent 91d00b8 commit d48c395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def _get_test_anndata(
6565
return adata
6666

6767

68-
@pytest.mark.skipif(sys.version_info[:2] == (3, 10), reason="Test does not run on Python 3.10")
68+
@pytest.mark.skipif(sys.version_info[:2] != (3, 12), reason="Test does not run on Python 3.10")
6969
def test_annotation_hub(private: bool):
7070
"""Test Annotation and Plotting pipeline without ontology."""
7171
output_folder = "tests/tmp_testing/popv_test_results_hub/"

0 commit comments

Comments
 (0)