pythonPackages.factory_boy: 2.6.1 -> 2.11.1
This commit is contained in:
parent
3e69473974
commit
d5111b119c
@ -2,6 +2,8 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, fake_factory
|
, fake_factory
|
||||||
|
, faker
|
||||||
|
, python
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -13,8 +15,13 @@ buildPythonPackage rec {
|
|||||||
sha256 = "6f25cc4761ac109efd503f096e2ad99421b1159f01a29dbb917359dcd68e08ca";
|
sha256 = "6f25cc4761ac109efd503f096e2ad99421b1159f01a29dbb917359dcd68e08ca";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
checkInputs = [ faker ];
|
||||||
propagatedBuildInputs = [ fake_factory ];
|
propagatedBuildInputs = [ fake_factory ];
|
||||||
|
|
||||||
|
checkPhase = ''
|
||||||
|
${python.interpreter} -m unittest
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A Python package to create factories for complex objects";
|
description = "A Python package to create factories for complex objects";
|
||||||
homepage = https://github.com/rbarrois/factory_boy;
|
homepage = https://github.com/rbarrois/factory_boy;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user