pythonPackages.django_classytags: clarify why tests are disabled
This commit is contained in:
parent
5ae13d48d2
commit
e1ff8dc5df
@ -15,8 +15,8 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ django ];
|
||||
|
||||
# tests appear to be broken on 0.8.0 at least
|
||||
doCheck = ( version != "0.8.0" );
|
||||
# pypi version doesn't include runtest.py, needed to run tests
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Class based template tags for Django";
|
||||
|
Loading…
Reference in New Issue
Block a user