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 , six
, mock , mock
, nose , nose
, pytest
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -17,7 +18,7 @@ buildPythonPackage rec {
}; };
propagatedBuildInputs = [ dateutil six ]; propagatedBuildInputs = [ dateutil six ];
checkInputs = [ mock nose ]; checkInputs = [ mock nose pytest ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "FreezeGun: Let your Python tests travel through time"; description = "FreezeGun: Let your Python tests travel through time";