mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-28 02:23:52 +02:00
update: delete pytest code
This commit is contained in:
parent
478139c8dc
commit
bfd8ed69e8
3 changed files with 1 additions and 62 deletions
|
|
@ -16,8 +16,6 @@ from metagpt.provider.openai_api import OpenAIGPTAPI as GPTAPI
|
|||
import asyncio
|
||||
import re
|
||||
|
||||
from metagpt.utils.s3 import S3
|
||||
|
||||
|
||||
class Context:
|
||||
def __init__(self):
|
||||
|
|
@ -76,6 +74,3 @@ def proxy():
|
|||
def init_config():
|
||||
Config()
|
||||
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def s3():
|
||||
return S3()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue