We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a258254 commit d080f62Copy full SHA for d080f62
tests/doc/test_rst.py
@@ -205,7 +205,9 @@ def test_autogram():
205
206
207
@mark.filterwarnings(
208
- "ignore::DeprecationWarning", "ignore::lightning.fabric.utilities.warnings.PossibleUserWarning"
+ "ignore::DeprecationWarning",
209
+ "ignore::FutureWarning",
210
+ "ignore::lightning.fabric.utilities.warnings.PossibleUserWarning",
211
)
212
def test_lightning_integration():
213
# Extra ----------------------------------------------------------------------------------------
0 commit comments