Merge pull request #29354 from disassembler/colanderalchemy
colanderalchemy: fixes tests
This commit is contained in:
commit
34e2ea4810
1 changed files with 7 additions and 0 deletions
|
@ -3063,6 +3063,13 @@ in {
|
|||
sha256 = "11wcni2xmfmy001rj62q2pwf305vvngkrfm5c4zlwvgbvlsrvnnw";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(pkgs.fetchpatch {
|
||||
url = "https://github.com/stefanofontanelli/ColanderAlchemy/commit/b45fe35f2936a5ccb705e9344075191e550af6c9.patch";
|
||||
sha256 = "1kf278wjq49zd6fhpp55vdcawzdd107767shzfck522sv8gr6qvx";
|
||||
})
|
||||
];
|
||||
|
||||
buildInputs = with self; [ unittest2 ];
|
||||
propagatedBuildInputs = with self; [ colander sqlalchemy ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue