Skip to content

Commit

Permalink
test: remove use of old pandas and dask markers
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 8, 2024
1 parent f32c0a1 commit 0d2406b
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions ibis/backends/tests/test_impure.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
pytestmark = pytest.mark.xdist_group("impure")

no_randoms = [
pytest.mark.notimpl(
["dask", "pandas", "polars"], raises=com.OperationNotDefinedError
),
pytest.mark.notimpl(["polars"], raises=com.OperationNotDefinedError),
pytest.mark.notimpl("druid", raises=PyDruidProgrammingError),
pytest.mark.notyet(
"risingwave",
Expand All @@ -35,14 +33,12 @@
[
"bigquery",
"clickhouse",
"dask",
"druid",
"exasol",
"impala",
"mssql",
"mysql",
"oracle",
"pandas",
"trino",
"risingwave",
]
Expand All @@ -57,16 +53,7 @@

no_uuids = [
pytest.mark.notimpl(
[
"druid",
"exasol",
"oracle",
"polars",
"pyspark",
"risingwave",
"pandas",
"dask",
],
["druid", "exasol", "oracle", "polars", "pyspark", "risingwave"],
raises=com.OperationNotDefinedError,
),
pytest.mark.notyet("mssql", reason="Unrelated bug: Incorrect syntax near '('"),
Expand Down

0 comments on commit 0d2406b

Please sign in to comment.