From d080f627017db8eed1802debcc8a20808a1aea5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Rey?= Date: Wed, 21 Jan 2026 20:09:48 +0100 Subject: [PATCH] test: Ignore FutureWarning in test_lightning_integration --- tests/doc/test_rst.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/doc/test_rst.py b/tests/doc/test_rst.py index b89ac77be..cf1846d7d 100644 --- a/tests/doc/test_rst.py +++ b/tests/doc/test_rst.py @@ -205,7 +205,9 @@ def test_autogram(): @mark.filterwarnings( - "ignore::DeprecationWarning", "ignore::lightning.fabric.utilities.warnings.PossibleUserWarning" + "ignore::DeprecationWarning", + "ignore::FutureWarning", + "ignore::lightning.fabric.utilities.warnings.PossibleUserWarning", ) def test_lightning_integration(): # Extra ----------------------------------------------------------------------------------------