mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
pythonPackages.pgspecial: fix tests
This commit is contained in:
parent
d78a2b1ce9
commit
c632980a02
1 changed files with 6 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue