mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
python3Packages.zope_testrunner: disable tests
This commit is contained in:
parent
29310fd1e8
commit
7c6771fe26
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue