mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
python312Packages.langgraph: skip failing tests (#387309)
This commit is contained in:
commit
6e96684190
1 changed files with 5 additions and 0 deletions
|
@ -90,6 +90,11 @@ let
|
|||
"ignore::DeprecationWarning"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# psycopg.OperationalError: connection failed: connection to server at "127.0.0.1", port 5442 failed: Connection refused
|
||||
# Is the server running on that host and accepting TCP/IP connections?
|
||||
"tests/test_react_agent.py"
|
||||
];
|
||||
};
|
||||
in
|
||||
buildPythonPackage rec {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue