python3Packages.pgsanity: fix build
Tests are located in test/, make unittest pick them up.
This commit is contained in:
@@ -20,6 +20,9 @@ buildPythonPackage rec {
|
||||
unittestCheckHook
|
||||
postgresql
|
||||
];
|
||||
|
||||
unittestFlagsArray = [ "test" ];
|
||||
|
||||
propagatedBuildInputs = [ postgresql ];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user