python3Packages.pgvector: temporarily disable checkPhase (#426048)

This commit is contained in:
Wolfgang Walther
2025-07-17 13:05:01 +00:00
committed by GitHub
2 changed files with 8 additions and 1 deletions
@@ -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
@@ -42,6 +42,10 @@ buildPythonPackage rec {
dependencies = [ numpy ];
# Temporarily disabled until the following is solved:
# https://github.com/NixOS/nixpkgs/pull/425384
doCheck = false;
nativeCheckInputs = [
asyncpg
django