pythonPackages.django_guardian: add missing pytest

This commit is contained in:
Frederik Rietdijk 2016-12-02 10:35:17 +01:00
parent acddb5d367
commit da3d8d077d

View File

@ -10085,7 +10085,7 @@ in {
sha256 = "1m7y3brk3697hr2cvkzl8dry4pp7wkmhvxmf8db1ardz1r9d8895";
};
buildInputs = with self ; [ pytestrunner pytestdjango django_environ mock ];
buildInputs = with self ; [ pytest pytestrunner pytestdjango django_environ mock ];
propagatedBuildInputs = with self ; [ django six ];
checkPhase = ''