pythonPackages.pgspecial: fix tests

This commit is contained in:
Frederik Rietdijk 2016-07-14 11:44:36 +02:00
parent d78a2b1ce9
commit c632980a02

View file

@ -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 = {