From 30656350de575819c741c998e577c9d7ef1d60ac Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Fri, 19 Nov 2021 13:29:45 -0800 Subject: [PATCH] Handle UCX-Py FutureWarning on UCX < 1.11.1 deprecation --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 80d9163b..4f5f759b 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,3 +3,4 @@ filterwarnings = error::DeprecationWarning error::FutureWarning ignore::DeprecationWarning:pkg_resources + ignore:Support for UCX 1.9.0 is deprecated.*:FutureWarning:ucp