11 buildPythonPackage rec {
12 pname = "fake-factory";
16 inherit pname version;
17 sha256 = "f5bd18deb22ad8cb4402513c025877bc6b50de58902d686b6b21ba8981dce260";
20 propagatedBuildInputs = [ six dateutil ipaddress mock ];
22 # fake-factory is depreciated and single test will always fail
26 ${python.interpreter} -m unittest faker.tests
30 description = "A Python package that generates fake data for you";
31 homepage = "https://pypi.python.org/pypi/fake-factory";
32 license = licenses.mit;
33 maintainers = with maintainers; [ lovek323 ];
34 platforms = platforms.unix;