python3Packages.marshmallow-polyfield: mark broken

Not compatible with marshmallow 4.x.
This commit is contained in:
Martin Weinelt
2025-11-25 12:39:08 -08:00
committed by Robert Schütz
parent 008112cab2
commit 2ac0bbdae1
@@ -35,6 +35,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "marshmallow" ];
meta = with lib; {
# https://github.com/Bachmann1234/marshmallow-polyfield/issues/45
broken = true;
description = "Extension to Marshmallow to allow for polymorphic fields";
homepage = "https://github.com/Bachmann1234/marshmallow-polyfield";
license = licenses.asl20;