From 6b20b2aa2bc1cd860f371df67ecaa1e5022cc429 Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Thu, 12 Dec 2024 17:47:21 -0600 Subject: [PATCH] Try resolving failures in notebook tests --- pytest.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 736465aeca..2d1645a91f 100644 --- a/pytest.ini +++ b/pytest.ini @@ -10,4 +10,5 @@ log_file_level = INFO filterwarnings = error # see IDAES/idaes-pse#1549 - ignore:unclosed file .*Visualization-data/SA-.*\.bin:ResourceWarning \ No newline at end of file + ignore:unclosed file .*Visualization-data/SA-.*\.bin:ResourceWarning + ignore::pytest.PytestUnraisableExceptionWarning \ No newline at end of file