Skip to content

Commit 486c8f5

Browse files

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/geophires_x_tests/test_outputs.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ def test_html_output_file(self):
3131
# TODO expand test to assert more about output HTML
3232
except RuntimeError as e:
3333
# https://github.com/NREL/GEOPHIRES-X/issues/365
34-
has_expected_error_msg = 'cannot unpack non-iterable NoneType object' in str(e)
34+
has_expected_error_msg = 'cannot unpack non-iterable NoneType object' in str(
35+
e
36+
) or "Can't find a usable tk.tcl" in str(e)
3537
if has_expected_error_msg and os.name == 'nt' and 'TOXPYTHON' in os.environ:
3638
_log.warning(
3739
f'Ignoring error while testing HTML output file '

0 commit comments

Comments
 (0)