python3Packages.langgraph-checkpoint-postgres: temporarily disable checkPhase

See previous commit for rationale.
This commit is contained in:
Wolfgang Walther
2025-07-17 14:46:10 +02:00
parent 39767f902e
commit 6dee2b6377
@@ -58,7 +58,10 @@ buildPythonPackage rec {
"psycopg-pool"
];
doCheck = !(stdenvNoCC.hostPlatform.isDarwin);
# Temporarily disabled until the following is solved:
# https://github.com/NixOS/nixpkgs/pull/425384
doCheck = false;
# doCheck = !(stdenvNoCC.hostPlatform.isDarwin);
nativeCheckInputs = [
pytest-asyncio