mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
Python27.zope_testrunner: disable test
Tests fails due to `python-subunit` not found
This commit is contained in:
parent
a6a5a05ff8
commit
ef92f1094a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue