Skip to content

Commit 67fa714

Browse files
python3Packages.pgsanity: fix build
Tests are located in test/, make unittest pick them up.
1 parent e07f6a7 commit 67fa714

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/development/python-modules/pgsanity/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ buildPythonPackage rec {
2020
unittestCheckHook
2121
postgresql
2222
];
23+
24+
unittestFlagsArray = [ "test" ];
25+
2326
propagatedBuildInputs = [ postgresql ];
2427

2528
meta = with lib; {

0 commit comments

Comments
 (0)