Skip to content

Commit

Permalink
Remove pytest.skip
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts committed Aug 9, 2024
1 parent 21d5ea3 commit b76cfab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/spaces/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,5 +205,3 @@ def test_all_space_pairs_for_is_space_dtype_shape_equiv(space_1):

assert data_equivalence(sample_1, read_sample_1)
assert data_equivalence(sample_2, read_sample_2)
else:
pytest.skip("Not compatible")

0 comments on commit b76cfab

Please sign in to comment.