Skip to content

Commit

Permalink
pythonPackages.ColanderAlchemy: mark as broken for colander >1.6.0 (#…
Browse files Browse the repository at this point in the history
…59975)

ColanderAlchemy doesn't seem to have been updated for colander 1.7.0,
or at least its tests haven't been and we get a single, subtle test
failure around null handling which I don't feel comfortable skipping.
Issue filed upstream stefanofontanelli/ColanderAlchemy#107

users that really need this will have to feed in their own pinned
colander package.
  • Loading branch information
risicle authored and Robert Schütz committed Apr 26, 2019
1 parent 31bee0c commit 9b69cf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/python-modules/colanderalchemy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ buildPythonPackage rec {
description = "Autogenerate Colander schemas based on SQLAlchemy models";
homepage = https://github.com/stefanofontanelli/ColanderAlchemy;
license = licenses.mit;
# ColanderAlchemy's tests currently fail with colander >1.6.0
# (see https://github.com/stefanofontanelli/ColanderAlchemy/issues/107)
broken = versionOlder "1.6.0" colander.version;
};

}

0 comments on commit 9b69cf0

Please sign in to comment.