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