sourcehut: fix flask ecosystem overrides

This commit is contained in:
Martin Weinelt 2024-11-15 14:49:25 +01:00
parent 95a113156e
commit 1735ffa215
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -45,6 +45,7 @@ let
flask
sqlalchemy
];
disabledTests = [ "test_persist_selectable" ];
});
# flask-sqlalchemy 2.x requires flask 2.x
@ -72,6 +73,7 @@ let
hash = "sha256-83doVvfdpymlAB0EbfrHmuoKE5B2LJbFq+AY2xGpnl4=";
})
];
nativeCheckInputs = oldAttrs.nativeCheckInputs or [] ++ [ self.pytest-xprocess ];
});
# sourcehut is not (yet) compatible with factory-boy 3.x