3
0
Fork 0
forked from mirrors/nixpkgs

Disable failing DBIxClass tests

Seems to be random
This commit is contained in:
Shea Levy 2015-05-29 15:16:40 -04:00
parent 84208c3d00
commit 5273166f53

View file

@ -2565,6 +2565,7 @@ let self = _self // overrides; _self = with self; {
};
buildInputs = [ DBDSQLite PackageStash TestDeep TestException TestWarn ];
propagatedBuildInputs = [ ClassAccessorGrouped ClassC3Componentised ClassInspector ConfigAny ContextPreserve DBI DataDumperConcise DataPage DevelGlobalDestruction HashMerge MROCompat ModuleFind Moo PathClass SQLAbstract ScopeGuard SubName TryTiny namespaceclean ];
doCheck = false;
meta = {
homepage = http://www.dbix-class.org/;
description = "Extensible and flexible object <-> relational mapper";