pythonPackages.zope_testrunner: enable tests
This commit is contained in:
parent
ed706113a8
commit
b08be36879
1 changed files with 1 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue