Skip to content

Commit 61006e9

Browse files
authored
add relevant dependency to the oai test workflow (microsoft#712)
* add oaitest dependency * mock * mock * install * get mock from unittest * get mock from unitteset
1 parent 711215f commit 61006e9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"pre-commit",
4747
"pytest-asyncio",
4848
"pytest>=6.1.1",
49-
"mock",
5049
],
5150
"blendsearch": ["flaml[blendsearch]"],
5251
"mathchat": ["sympy", "pydantic==1.10.9", "wolframalpha"],

test/agentchat/test_groupchat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import pytest
2-
import mock
2+
from unittest import mock
33
import builtins
44
import autogen
55
import json

0 commit comments

Comments
 (0)