Commit c632980a authored by Frederik Rietdijk's avatar Frederik Rietdijk
Browse files

pythonPackages.pgspecial: fix tests

parent d78a2b1c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -16683,6 +16683,12 @@ in modules // {
      url = "mirror://pypi/p/pgspecial/${name}.tar.gz";
    };
    buildInputs = with self; [ pytest psycopg2 ];
    checkPhase = ''
      py.test tests
    '';
    propagatedBuildInputs = with self; [ click sqlparse ];
    meta = {