From 6e0f74529f97239864bfd75ebdeaf6732bbc748c Mon Sep 17 00:00:00 2001 From: Ismael Mendoza Date: Fri, 18 Feb 2022 08:02:36 -0500 Subject: [PATCH] fix warning --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d66dd099..f071e2ef9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ filterwarnings = [ "ignore:numpy.ufunc size changed:RuntimeWarning", "ignore:Creating an ndarray from ragged:numpy.VisibleDeprecationWarning", "ignore:numpy.ndarray size changed, may indicate binary incompatibility. Expected 80 from C header, got 88 from PyObject:RuntimeWarning:", - "ignore:The (fspath: py.path.local) argument to IPyNbFile is deprecated. Please use the (path: pathlib.Path) argument instead.:PytestRemovedIn8Warning", + "ignore:.*argument to IPyNbFile is deprecated.*:pytest.PytestRemovedIn8Warning", ] minversion = "6.0" testpaths = [