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