python3Packages.pgsanity: fix build

Tests are located in test/, make unittest pick them up.
This commit is contained in:
Wolfgang Walther
2024-11-09 14:46:35 +01:00
parent e07f6a7565
commit 67fa71469a
@@ -20,6 +20,9 @@ buildPythonPackage rec {
unittestCheckHook
postgresql
];
unittestFlagsArray = [ "test" ];
propagatedBuildInputs = [ postgresql ];
meta = with lib; {