freezegun: fix build

This commit is contained in:
Frederik Rietdijk 2019-06-09 12:25:38 +02:00
parent 388c29fb2f
commit 0274fcd1c6

View file

@ -5,6 +5,7 @@
, six
, mock
, nose
, pytest
}:
buildPythonPackage rec {
@ -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";