python-zope_testrunner: don’t run tests on darwin

broken currently:

https://hydra.nixos.org/build/92527992
This commit is contained in:
Matthew Bauer 2019-04-22 01:15:23 -04:00
parent 0695b7da24
commit ffeffb3851

View file

@ -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;