Unverified Commit 39767f90 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

python3Packages.pgvector: temporarily disable checkPhase

Let's disable the checkPhase to unbreak the package and its dependencies
until https://github.com/NixOS/nixpkgs/pull/425384 is properly solved.
parent 618d65ce
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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