3
0
Fork 0
forked from mirrors/nixpkgs

Python27.zope_testrunner: disable test

Tests fails due to `python-subunit` not found
This commit is contained in:
Vincent Laporte 2015-01-16 14:25:17 +01:00
parent a6a5a05ff8
commit ef92f1094a

View file

@ -11604,7 +11604,7 @@ let
propagatedBuildInputs = with self; [ zope_interface zope_exceptions zope_testing six ] ++ optional (!python.is_py3k or false) subunit;
doCheck = true;
doCheck = !isPy27;
meta = {
description = "A flexible test runner with layer support";