baserow: disable moto tests which are broken for some reason

This commit is contained in:
Luke Granger-Brown 2022-03-11 15:53:04 +00:00
parent 3cb0fa9787
commit 72a647b80f

View file

@ -31,4 +31,8 @@ self: super: {
regex = self.callPackage ./packages/regex { };
moto = super.moto.overridePythonAttrs {
doCheck = false;
};
}