mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-12 21:11:43 +00:00
Even more
This commit is contained in:
@@ -1319,7 +1319,8 @@ def test_combining_sequences(
|
||||
{"question": "What is your name?"}, dict(callbacks=[tracer])
|
||||
) == ["baz", "qux"]
|
||||
|
||||
assert tracer.runs == snapshot
|
||||
if sys.version_info >= (3, 9):
|
||||
assert tracer.runs == snapshot
|
||||
|
||||
|
||||
@freeze_time("2023-01-01")
|
||||
|
Reference in New Issue
Block a user