1 { lib, buildPythonPackage, fetchPypi,
2 nose, pytz, six, versiontools
5 buildPythonPackage rec {
11 description = "Sample Data generator for Python ";
12 homepage = "https://github.com/jespino/sampledata";
13 license = lib.licenses.bsd3;
17 inherit pname version;
18 sha256 = "1kx2j49lag30d32zhzsr50gl5b949wa4lcdap2filg0d07picsdh";
21 buildInputs = [ nose versiontools ];
22 propagatedBuildInputs = [ pytz six ];
24 # ERROR: test_image_path_from_directory (tests.tests.TestImageHelpers)
25 # ERROR: test_image_stream (tests.tests.TestImageHelpers)
29 nosetests -e "TestImageHelpers"