Skip to content

Commit c22a322

Browse files
authored
uncomment test (#640)
1 parent df2cd36 commit c22a322

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/test_notebook.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ def _test_oai_chatgpt_gpt4(save=False):
8484
run_notebook("oai_chatgpt_gpt4.ipynb", save=save)
8585

8686

87-
# @pytest.mark.skipif(
88-
# skip or not sys.version.startswith("3.10"),
89-
# reason="do not run if openai is not installed or py!=3.10",
90-
# )
91-
# def test_hierarchy_flow_using_select_speaker(save=False):
92-
# run_notebook("agentchat_hierarchy_flow_using_select_speaker.ipynb", save=save)
87+
@pytest.mark.skipif(
88+
skip or not sys.version.startswith("3.10"),
89+
reason="do not run if openai is not installed or py!=3.10",
90+
)
91+
def test_hierarchy_flow_using_select_speaker(save=False):
92+
run_notebook("agentchat_hierarchy_flow_using_select_speaker.ipynb", save=save)
9393

9494

9595
if __name__ == "__main__":

0 commit comments

Comments
 (0)