python/qrcode: Add mock to checkInputs
Another test issue surfacing from the setuptools bump in 70c189976809dfdcedee4a9a69558866c1ff95a1. This time, the tests just fail because mock is missing as a dependency. Tested building against Python 2.7 and Python 3.6. Signed-off-by: aszlig <aszlig@nix.build> Cc: @joachifm, @Mic92
This commit is contained in:
parent
8dd33e803e
commit
cbd4d0e3f5
@ -19517,6 +19517,7 @@ in {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ six pillow pymaging_png ];
|
||||
checkInputs = [ self.mock ];
|
||||
|
||||
meta = {
|
||||
description = "Quick Response code generation for Python";
|
||||
|
Loading…
x
Reference in New Issue
Block a user