Loading pkgs/development/python-modules/marshmallow-dataclass/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ fetchFromGitHub, marshmallow, pytestCheckHook, pythonAtLeast, setuptools, typeguard, typing-inspect, Loading Loading @@ -39,7 +38,7 @@ buildPythonPackage rec { "-Wignore::DeprecationWarning" ]; disabledTests = lib.optionals (pythonAtLeast "3.10") [ disabledTests = [ # TypeError: UserId is not a dataclass and cannot be turned into one. "test_newtype" ]; Loading Loading
pkgs/development/python-modules/marshmallow-dataclass/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ fetchFromGitHub, marshmallow, pytestCheckHook, pythonAtLeast, setuptools, typeguard, typing-inspect, Loading Loading @@ -39,7 +38,7 @@ buildPythonPackage rec { "-Wignore::DeprecationWarning" ]; disabledTests = lib.optionals (pythonAtLeast "3.10") [ disabledTests = [ # TypeError: UserId is not a dataclass and cannot be turned into one. "test_newtype" ]; Loading