fix tests, KNN/rowids in

This commit is contained in:
Alex Garcia 2024-11-12 21:57:59 -08:00
parent 4cb891a0b2
commit 8369dfe72d
2 changed files with 29 additions and 8 deletions

View file

@ -1420,7 +1420,6 @@ def test_vec0_point():
assert execute_all(db, "select * from t2 where id = 'xxx'") == []
# @pytest.mark.skip(reason="TODO failing locally for some reason")
def test_vec0_text_pk():
db = connect(EXT_PATH)
db.execute(