python313Packages.pgspecial: skip tests on darwin as postgresqlTestHook is not available there, adopt, pgcli: update maintainers (#439828)
This commit is contained in:
@@ -73,7 +73,6 @@ buildPythonPackage rec {
|
||||
changelog = "https://github.com/dbcli/pgcli/raw/v${version}/changelog.rst";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [
|
||||
dywedir
|
||||
SuperSandro2000
|
||||
];
|
||||
};
|
||||
|
||||
@@ -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
|
||||
@@ -59,6 +63,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/dbcli/pgspecial";
|
||||
changelog = "https://github.com/dbcli/pgspecial/releases/tag/v${version}";
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ ];
|
||||
maintainers = [ lib.maintainers.SuperSandro2000 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user