python3Packages.pgspecial: disable test that requires postgres instance

This commit is contained in:
Martin Weinelt
2022-03-14 00:29:12 +01:00
parent b1ce3a653e
commit 49151eb214
@@ -28,6 +28,11 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# requires a postgresql server
"test_slash_dp_pattern_schema"
];
meta = with lib; {
description = "Meta-commands handler for Postgres Database";
homepage = "https://pypi.python.org/pypi/pgspecial";