mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
Python27.zope_testrunner: disable test
Tests fails due to `python-subunit` not found
This commit is contained in:
parent
a6a5a05ff8
commit
ef92f1094a
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user