Loading pkgs/development/python-modules/construct/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,10 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook numpy arrow ruamel-yaml cloudpickle ]; pythonImportsCheck = [ "construct" ]; disabledTests = [ "test_benchmarks" ] ++ lib.optionals stdenv.isDarwin [ "test_multiprocessing" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/construct/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,10 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook numpy arrow ruamel-yaml cloudpickle ]; pythonImportsCheck = [ "construct" ]; disabledTests = [ "test_benchmarks" ] ++ lib.optionals stdenv.isDarwin [ "test_multiprocessing" ]; meta = with lib; { Loading