Revert "python3Packages.langgraph-checkpoint-postgres: temporarily disable checkPhase"

This reverts commit 6dee2b6377.
This commit is contained in:
Wolfgang Walther
2025-08-04 16:53:05 +02:00
parent 43fddf04c0
commit 267991cc76
@@ -58,10 +58,7 @@ buildPythonPackage rec {
"psycopg-pool"
];
# Temporarily disabled until the following is solved:
# https://github.com/NixOS/nixpkgs/pull/425384
doCheck = false;
# doCheck = !(stdenvNoCC.hostPlatform.isDarwin);
doCheck = !(stdenvNoCC.hostPlatform.isDarwin);
nativeCheckInputs = [
pytest-asyncio