We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d00b8 commit d48c395Copy full SHA for d48c395
tests/core/test_models.py
@@ -65,7 +65,7 @@ def _get_test_anndata(
65
return adata
66
67
68
-@pytest.mark.skipif(sys.version_info[:2] == (3, 10), reason="Test does not run on Python 3.10")
+@pytest.mark.skipif(sys.version_info[:2] != (3, 12), reason="Test does not run on Python 3.10")
69
def test_annotation_hub(private: bool):
70
"""Test Annotation and Plotting pipeline without ontology."""
71
output_folder = "tests/tmp_testing/popv_test_results_hub/"
0 commit comments