Loading pkgs/development/python-modules/marshmallow/default.nix +6 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, flit-core, Loading Loading @@ -29,6 +30,11 @@ buildPythonPackage rec { simplejson ]; disabledTests = lib.optionals stdenv.hostPlatform.isx86_32 [ # Raises a slightly different error than upstream expects: 'Timestamp is too large' instead of 'out of range' "test_from_timestamp_with_overflow_value" ]; pythonImportsCheck = [ "marshmallow" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/marshmallow/default.nix +6 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, flit-core, Loading Loading @@ -29,6 +30,11 @@ buildPythonPackage rec { simplejson ]; disabledTests = lib.optionals stdenv.hostPlatform.isx86_32 [ # Raises a slightly different error than upstream expects: 'Timestamp is too large' instead of 'out of range' "test_from_timestamp_with_overflow_value" ]; pythonImportsCheck = [ "marshmallow" ]; meta = with lib; { Loading