Python27.zope_testrunner: disable test
Tests fails due to `python-subunit` not found
This commit is contained in:
@@ -11604,7 +11604,7 @@ let
|
|||||||
|
|
||||||
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 = true;
|
doCheck = !isPy27;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A flexible test runner with layer support";
|
description = "A flexible test runner with layer support";
|
||||||
|
|||||||
Reference in New Issue
Block a user