baserow: disable check for azure Python packages I don't want anyway
This commit is contained in:
parent
e65e390937
commit
83e37e8ad0
1 changed files with 7 additions and 0 deletions
|
@ -96,4 +96,11 @@ self: super: {
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
azure-core = super.azure-core.overridePythonAttrs (_: {
|
||||||
|
doCheck = false;
|
||||||
|
});
|
||||||
|
azure-servicebus = super.azure-servicebus.overridePythonAttrs (_: {
|
||||||
|
doCheck = false;
|
||||||
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue