Loading pkgs/development/python-modules/pgspecial/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ setuptools, setuptools-scm, sqlparse, stdenv, }: buildPythonPackage rec { Loading @@ -34,6 +35,9 @@ buildPythonPackage rec { psycopg ]; # postgresqlTestHook is not available on Darwin doCheck = stdenv.hostPlatform.isLinux; nativeCheckInputs = [ configobj pytestCheckHook Loading Loading
pkgs/development/python-modules/pgspecial/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ setuptools, setuptools-scm, sqlparse, stdenv, }: buildPythonPackage rec { Loading @@ -34,6 +35,9 @@ buildPythonPackage rec { psycopg ]; # postgresqlTestHook is not available on Darwin doCheck = stdenv.hostPlatform.isLinux; nativeCheckInputs = [ configobj pytestCheckHook Loading