We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f13477 + c22a322 commit cbd4580Copy full SHA for cbd4580
test/test_notebook.py
@@ -84,12 +84,12 @@ def _test_oai_chatgpt_gpt4(save=False):
84
run_notebook("oai_chatgpt_gpt4.ipynb", save=save)
85
86
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)
+@pytest.mark.skipif(
+ skip or not sys.version.startswith("3.10"),
+ reason="do not run if openai is not installed or py!=3.10",
+)
+def test_hierarchy_flow_using_select_speaker(save=False):
+ run_notebook("agentchat_hierarchy_flow_using_select_speaker.ipynb", save=save)
93
94
95
if __name__ == "__main__":
0 commit comments