python-zope_testrunner: don’t run tests on darwin
broken currently: https://hydra.nixos.org/build/92527992
This commit is contained in:
parent
0695b7da24
commit
ffeffb3851
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [ zope_interface zope_exceptions zope_testing six ];
|
||||
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A flexible test runner with layer support";
|
||||
homepage = https://pypi.python.org/pypi/zope.testrunner;
|
||||
|
|
Loading…
Reference in a new issue