pythonPackages.requests_toolbelt: add test phase dependencies

This commit is contained in:
Edward Tjörnhammar 2016-02-19 10:33:57 +01:00
parent cc58339345
commit 5584ad1dc5

View file

@ -17615,7 +17615,7 @@ in modules // {
propagatedBuildInputs = with self; [ requests2 ];
buildInputs = with self; [ betamax ];
buildInputs = with self; [ betamax mock pytest ];
meta = {
description = "A toolbelt of useful classes and functions to be used with python-requests";