From 23bb2ed156d164b59e608e7e791c74db5cb4bce8 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> Date: Fri, 3 May 2024 17:08:11 -1000 Subject: [PATCH] Enable warnings as errors in custreamz (#15642) Part of https://github.com/rapidsai/build-planning/issues/26 Builds on https://github.com/rapidsai/cudf/pull/15634 Authors: - Matthew Roeschke (https://github.com/mroeschke) - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Lawrence Mitchell (https://github.com/wence-) URL: https://github.com/rapidsai/cudf/pull/15642 --- python/custreamz/pyproject.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/python/custreamz/pyproject.toml b/python/custreamz/pyproject.toml index e6c86351ac9..7786bf98bef 100644 --- a/python/custreamz/pyproject.toml +++ b/python/custreamz/pyproject.toml @@ -103,3 +103,13 @@ skip = [ "dist", "__init__.py", ] + +[tool.pytest.ini_options] +filterwarnings = [ + "error", + "ignore:unclosed