python/qrcode: Add mock to checkInputs

Another test issue surfacing from the setuptools bump in
70c1899768.

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:
aszlig 2017-12-11 12:01:01 +01:00
parent 8dd33e803e
commit cbd4d0e3f5
No known key found for this signature in database
GPG Key ID: 684089CE67EBB691

View File

@ -19517,6 +19517,7 @@ in {
};
propagatedBuildInputs = with self; [ six pillow pymaging_png ];
checkInputs = [ self.mock ];
meta = {
description = "Quick Response code generation for Python";