From bcee3d252cbb42826980d242967ed011de6c4697 Mon Sep 17 00:00:00 2001 From: Anatoly Myachev Date: Mon, 22 Apr 2024 23:06:46 +0200 Subject: [PATCH] Update Modin-related code Signed-off-by: Anatoly Myachev --- tests/conftest.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index 44f91a9..b1f76bf 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -52,8 +52,6 @@ def pytest_configure(config): "test_from_dataframe.py::test_from_dataframe_roundtrip[pyarrow.Table-polars]", # https://github.com/rapidsai/cudf/issues/11389 "test_column_object.py::test_dtype[cudf]", - # https://github.com/modin-project/modin/issues/4687 - "test_column_object.py::test_null_count[modin]", # https://github.com/vaexio/vaex/issues/2121 "test_column_object.py::test_get_chunks[vaex]", ]