werkzeug: disable one test on darwin.

This commit is contained in:
Rob Vermaas 2018-01-16 21:32:35 +01:00
parent 60468bf4e5
commit b62c601e91
No known key found for this signature in database
GPG key ID: 6B726FB2EE6F4255

View file

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