Skip to content

Commit

Permalink
remove erroneous skip_if_not_sqlite calls
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Aug 15, 2024
1 parent bbcff85 commit 56960ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/lib/test_datachain_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class TeamMember(BaseModel):
]


@skip_if_not_sqlite
def test_merge_objects(test_session):
ch1 = DataChain.from_values(emp=employees, session=test_session)
ch2 = DataChain.from_values(team=team, session=test_session)
Expand Down Expand Up @@ -139,7 +138,6 @@ def test_merge_similar_objects_in_memory():
assert len(list(ch_inner.collect())) == 2


@skip_if_not_sqlite
def test_merge_values(test_session):
order_ids = [11, 22, 33, 44]
order_descr = ["water", "water", "paper", "water"]
Expand Down

0 comments on commit 56960ae

Please sign in to comment.