python3Packages.zope_testrunner: disable tests
This commit is contained in:
parent
29310fd1e8
commit
7c6771fe26
@ -22213,7 +22213,8 @@ in modules // {
|
|||||||
|
|
||||||
propagatedBuildInputs = with self; [ zope_interface zope_exceptions zope_testing six ] ++ optional (!python.is_py3k or false) subunit;
|
propagatedBuildInputs = with self; [ zope_interface zope_exceptions zope_testing six ] ++ optional (!python.is_py3k or false) subunit;
|
||||||
|
|
||||||
doCheck = !isPy27;
|
# https://github.com/zopefoundation/zope.testrunner/issues/35
|
||||||
|
doCheck = !(isPy27 || isPy34);
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A flexible test runner with layer support";
|
description = "A flexible test runner with layer support";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user