From 9b6caf1d7657241b1eb8de492571bdaabaf82ac6 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Tue, 12 Mar 2024 21:33:33 +0100 Subject: [PATCH] FIX: remove `PytestRemovedIn8Warning` ignore --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 42b3345f..1a86c9e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -268,7 +268,6 @@ filterwarnings = [ "ignore:.*the imp module is deprecated in favour of importlib.*:DeprecationWarning", "ignore:Passing a schema to Validator.iter_errors is deprecated.*:DeprecationWarning", "ignore:Please use `spmatrix` from the `scipy.sparse` namespace.*:DeprecationWarning", - "ignore:The .* argument to NotebookFile is deprecated.*:pytest.PytestRemovedIn8Warning", "ignore:The distutils package is deprecated and slated for removal.*:DeprecationWarning", "ignore:divide by zero encountered in divide:RuntimeWarning", "ignore:divide by zero encountered in true_divide:RuntimeWarning",