werkzeug: disable one test on darwin.
This commit is contained in:
parent
60468bf4e5
commit
b62c601e91
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user