Skip to content

Commit

Permalink
remove redundant version check
Browse files Browse the repository at this point in the history
  • Loading branch information
joein authored Sep 13, 2024
1 parent 94024e1 commit 3e70e86
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/congruence_tests/test_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -832,9 +832,6 @@ def test_no_query_no_prefetch():


def test_dense_query_nested_prefetch():
major, minor, patch, dev = read_version()
if not dev and None not in (major, minor, patch) and (major, minor, patch) < (1, 10, 0):
pytest.skip("Works as of version 1.10.0")

fixture_points = generate_fixtures()

Expand Down

0 comments on commit 3e70e86

Please sign in to comment.