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
@ -19,6 +19,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ zope_interface zope_exceptions zope_testing six ];
|
propagatedBuildInputs = [ zope_interface zope_exceptions zope_testing six ];
|
||||||
|
|
||||||
|
doCheck = !stdenv.isDarwin;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A flexible test runner with layer support";
|
description = "A flexible test runner with layer support";
|
||||||
homepage = https://pypi.python.org/pypi/zope.testrunner;
|
homepage = https://pypi.python.org/pypi/zope.testrunner;
|
||||||
|
Loading…
Reference in New Issue
Block a user