baserow: disable moto tests which are broken for some reason
This commit is contained in:
parent
3cb0fa9787
commit
72a647b80f
1 changed files with 4 additions and 0 deletions
|
@ -31,4 +31,8 @@ self: super: {
|
||||||
|
|
||||||
regex = self.callPackage ./packages/regex { };
|
regex = self.callPackage ./packages/regex { };
|
||||||
|
|
||||||
|
moto = super.moto.overridePythonAttrs {
|
||||||
|
doCheck = false;
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue