Unverified Commit 6f451224 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

python313Packages.pgspecial: skip tests on darwin as postgresqlTestHook is not available there

parent 006a9fff
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
  setuptools,
  setuptools-scm,
  sqlparse,
  stdenv,
}:

buildPythonPackage rec {
@@ -34,6 +35,9 @@ buildPythonPackage rec {
    psycopg
  ];

  # postgresqlTestHook is not available on Darwin
  doCheck = stdenv.hostPlatform.isLinux;

  nativeCheckInputs = [
    configobj
    pytestCheckHook