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 29 30 30 nativeCheckInputs = with python3.pkgs; [ 31 31 requests 32 + testtools 32 33 ]; 33 34 34 35 pythonImportsCheck = [ "pifpaf" ];