From 67fa71469a6b9c0675fb27b32be32b3e5d023bbf Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 9 Nov 2024 14:26:58 +0100 Subject: [PATCH] python3Packages.pgsanity: fix build Tests are located in test/, make unittest pick them up. --- pkgs/development/python-modules/pgsanity/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/pgsanity/default.nix b/pkgs/development/python-modules/pgsanity/default.nix index 7f1c482977a3..df957c92c686 100644 --- a/pkgs/development/python-modules/pgsanity/default.nix +++ b/pkgs/development/python-modules/pgsanity/default.nix @@ -20,6 +20,9 @@ buildPythonPackage rec { unittestCheckHook postgresql ]; + + unittestFlagsArray = [ "test" ]; + propagatedBuildInputs = [ postgresql ]; meta = with lib; {