python313Packages.pgspecial: skip tests on darwin as postgresqlTestHook is not available there
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user