Skip to content

Commit

Permalink
Ignore Ray warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko committed Oct 16, 2023
1 parent 201ddf7 commit c2c4504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
# under the License.

install-poetry:
pip3 install setuptools --upgrade
pip3 install poetry==1.6.1
pip install poetry==1.6.1

install-dependencies:
poetry install -E pyarrow -E hive -E s3fs -E glue -E adlfs -E duckdb -E ray -E sql-postgres -E gcsfs
Expand Down
1 change: 1 addition & 0 deletions tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ def test_pyarrow_limit(table_test_limit: Table) -> None:
assert len(full_result) == 10


@pytest.mark.filterwarnings("ignore")
@pytest.mark.integration
def test_ray_nan(table_test_null_nan_rewritten: Table) -> None:
ray_dataset = table_test_null_nan_rewritten.scan().to_ray()
Expand Down

0 comments on commit c2c4504

Please sign in to comment.