From b62c601e911398a6c20fc7cc33509526fb999cd3 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Tue, 16 Jan 2018 21:32:35 +0100 Subject: [PATCH] werkzeug: disable one test on darwin. --- pkgs/development/python-modules/werkzeug/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/werkzeug/default.nix b/pkgs/development/python-modules/werkzeug/default.nix index 78380900416d..58be98f183b6 100644 --- a/pkgs/development/python-modules/werkzeug/default.nix +++ b/pkgs/development/python-modules/werkzeug/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { checkInputs = [ pytest requests glibcLocales hypothesis ]; checkPhase = '' - LC_ALL="en_US.UTF-8" py.test + LC_ALL="en_US.UTF-8" py.test ${stdenv.lib.optionalString stdenv.isDarwin "-k 'not test_get_machine_id'"} ''; meta = with stdenv.lib; {