python3Packages.pgspecial: disable test that requires postgres instance
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user