pythonPackages.zope_testrunner: enable tests

This commit is contained in:
Domen Kožar 2014-09-06 15:56:48 +02:00
parent ed706113a8
commit b08be36879

View file

@ -9779,8 +9779,7 @@ rec {
propagatedBuildInputs = [ zope_interface zope_exceptions zope_testing six ] ++ optional (!python.is_py3k or false) subunit;
# a test is failing
doCheck = false;
doCheck = true;
meta = {
description = "A flexible test runner with layer support";