lol

pifpaf: add missing testtools dependency

authored by

Theodore Ni and committed by
Martin Weinelt
a34f191c c4af83ca

+1
+1
pkgs/development/tools/pifpaf/default.nix
··· 29 30 nativeCheckInputs = with python3.pkgs; [ 31 requests 32 ]; 33 34 pythonImportsCheck = [ "pifpaf" ];
··· 29 30 nativeCheckInputs = with python3.pkgs; [ 31 requests 32 + testtools 33 ]; 34 35 pythonImportsCheck = [ "pifpaf" ];