freezegun: fix build
This commit is contained in:
parent
388c29fb2f
commit
0274fcd1c6
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user