pythonPackages.zope_testrunner: enable tests
This commit is contained in:
parent
ed706113a8
commit
b08be36879
|
@ -9779,8 +9779,7 @@ rec {
|
||||||
|
|
||||||
propagatedBuildInputs = [ zope_interface zope_exceptions zope_testing six ] ++ optional (!python.is_py3k or false) subunit;
|
propagatedBuildInputs = [ zope_interface zope_exceptions zope_testing six ] ++ optional (!python.is_py3k or false) subunit;
|
||||||
|
|
||||||
# a test is failing
|
doCheck = true;
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A flexible test runner with layer support";
|
description = "A flexible test runner with layer support";
|
||||||
|
|
Loading…
Reference in New Issue