Skip to content

Commit

Permalink
werkzeug: disable one test on darwin.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbvermaa committed Jan 16, 2018
1 parent 60468bf commit b62c601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/werkzeug/default.nix
Expand Up @@ -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; {
Expand Down

0 comments on commit b62c601

Please sign in to comment.