python38Packages.construct: fix build on darwin

This commit is contained in:
Mario Rodas 2020-08-13 23:20:00 -05:00
parent f09bc01ba9
commit 461bc85c31
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

@ -18,6 +18,8 @@ buildPythonPackage rec {
checkInputs = [ pytestCheckHook pytest-benchmark numpy arrow ruamel_yaml ];
disabledTests = stdenv.lib.optionals stdenv.isDarwin [ "test_multiprocessing" ];
pytestFlagsArray = [ "--benchmark-disable" ];
meta = with stdenv.lib; {