diff --git a/python/cugraph/pytest.ini b/python/cugraph/pytest.ini index ebbd6a7eaad..675a6cf8fde 100644 --- a/python/cugraph/pytest.ini +++ b/python/cugraph/pytest.ini @@ -59,5 +59,14 @@ python_functions = filterwarnings = error:::cudf + error::FutureWarning + error::DeprecationWarning + # TODO + ignore:Multi is deprecated and the removal of multi edges will no longer be supported:FutureWarning + ignore:The legacy column names:FutureWarning + ignore:The include_hop_column flag is deprecated and will be removed:FutureWarning + ignore:Calling uniform_neighbor_sample with the:FutureWarning + ignore:The with_edge_properties flag is deprecated and will be removed:FutureWarning + ignore:This function is deprecated. Batched support for multiple vertices:DeprecationWarning # Called via dask. Not obviously addressable in cugraph. - ignore:The behavior of array concatenation with empty entries is deprecated:FutureWarning:cudf + ignore:The behavior of array concatenation with empty entries is deprecated:FutureWarning