7 buildPythonPackage rec {
9 pname = "django-discover-runner";
12 inherit pname version;
13 sha256 = "0ba91fe722c256bcbfdeb36fac7eac0f27e5bfda55d98c4c1cf9ab62b5b084fe";
16 propagatedBuildInputs = [ django ];
18 # tests not included with release
22 homepage = "https://github.com/jezdez/django-discover-runner";
23 description = "A Django test runner based on unittest2's test discovery";
24 license = licenses.bsd0;
25 maintainers = [ maintainers.costrouc ];