Skip to content

Commit

Permalink
freezegun: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jun 10, 2019
1 parent c469852 commit 7afffac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/freezegun/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
, six
, mock
, nose
, pytest
}:

buildPythonPackage rec {
Expand All @@ -17,7 +18,7 @@ buildPythonPackage rec {
};

propagatedBuildInputs = [ dateutil six ];
checkInputs = [ mock nose ];
checkInputs = [ mock nose pytest ];

meta = with stdenv.lib; {
description = "FreezeGun: Let your Python tests travel through time";
Expand Down

0 comments on commit 7afffac

Please sign in to comment.