Skip to content

Commit 17de64c

Browse files
authored
Update deps (#1416)
1 parent c94d11b commit 17de64c

File tree

2 files changed

+432
-361
lines changed

2 files changed

+432
-361
lines changed

tests/conftest.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
from __future__ import annotations
33

44
import os
5+
import sys
6+
import unittest.mock
57
from pathlib import Path
68
from typing import Any
79

@@ -27,6 +29,8 @@
2729
# Ensure that LOGFIRE_TOKEN in the environment doesn't interfere
2830
os.environ['LOGFIRE_TOKEN'] = ''
2931

32+
# https://github.com/openai/openai-python/issues/2644
33+
sys.modules['openai.resources.evals'] = unittest.mock.MagicMock()
3034

3135
get_trace_provider().shutdown()
3236
get_trace_provider().set_processors([])

0 commit comments

Comments
 (0)