Skip to content

Commit

Permalink
add relevant dependency to the oai test workflow (microsoft#712)
Browse files Browse the repository at this point in the history
* add oaitest dependency

* mock

* mock

* install

* get mock from unittest

* get mock from unitteset
  • Loading branch information
qingyun-wu authored Nov 18, 2023
1 parent f790109 commit 7c528a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"pre-commit",
"pytest-asyncio",
"pytest>=6.1.1",
"mock",
],
"blendsearch": ["flaml[blendsearch]"],
"mathchat": ["sympy", "pydantic==1.10.9", "wolframalpha"],
Expand Down
2 changes: 1 addition & 1 deletion test/agentchat/test_groupchat.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pytest
import mock
from unittest import mock
import builtins
import autogen
import json
Expand Down

0 comments on commit 7c528a6

Please sign in to comment.