Skip to content

Commit

Permalink
lift a test removal since C 5.0 supports that query now (#167)
Browse files Browse the repository at this point in the history
* lift a test removal since C 5.0 supports that query now

* bump to 0.1.9 to release
  • Loading branch information
hemidactylus authored Sep 17, 2024
1 parent 16adfca commit ba19858
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cassio"
version = "0.1.8"
version = "0.1.9"
description = """A framework-agnostic Python library to seamlessly integrate \
Apache Cassandra(R) with ML/LLM/genAI workloads."""
authors = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,6 @@ def test_crud_partitioned_ann(self, db_session: Session, db_keyspace: str) -> No

t.clear()

@pytest.mark.skipif(
TEST_DB_MODE in {"LOCAL_CASSANDRA", "TESTCONTAINERS_CASSANDRA"},
reason="fails in Cassandra 5-beta1. To be reactivated once Cassandra is fixed.",
)
def test_colbertflow_multicolumn(
self, db_session: Session, db_keyspace: str
) -> None:
Expand Down

0 comments on commit ba19858

Please sign in to comment.