Skip to content

Commit

Permalink
pythonPackages.django_guardian: add missing pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Dec 2, 2016
1 parent acddb5d commit da3d8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit da3d8d0

Please sign in to comment.