Skip to content

Commit a2761fe

Browse files
committed
ML/LangChain: Fix notebook tests
1 parent c8a30fe commit a2761fe

File tree

1 file changed

+1
-0
lines changed
  • topic/machine-learning/llm-langchain

1 file changed

+1
-0
lines changed

topic/machine-learning/llm-langchain/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def test_notebook(notebook):
5555
msg = str(ex)
5656
if "[skip-notebook]" in msg:
5757
raise pytest.skip(msg)
58+
raise
5859

5960

6061
@pytest.mark.parametrize("pyfile", str_list(list_python_files(HERE)))

0 commit comments

Comments
 (0)