python3Packages.zope_testrunner: disable tests

This commit is contained in:
Domen Kožar 2016-02-09 05:01:00 +00:00
parent 29310fd1e8
commit 7c6771fe26

View file

@ -22213,7 +22213,8 @@ in modules // {
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 = {
description = "A flexible test runner with layer support";