Skip to content

Commit f278d4b

Browse files
committed
python312Packages.langchain-core: disable all rate limit tests
1 parent cea1459 commit f278d4b

File tree

1 file changed

+1
-2
lines changed
  • pkgs/development/python-modules/langchain-core

1 file changed

+1
-2
lines changed

pkgs/development/python-modules/langchain-core/default.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ buildPythonPackage rec {
100100
# flaky, sometimes fail to strip uuid from AIMessageChunk before comparing to test value
101101
"test_map_stream"
102102
# Compares with machine-specific timings
103-
"test_rate_limit_invoke"
104-
"test_rate_limit_stream"
103+
"test_rate_limit"
105104
# flaky: assert (1726352133.7419367 - 1726352132.2697523) < 1
106105
"test_benchmark_model"
107106

0 commit comments

Comments
 (0)