python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / tools / virtualization / linode-cli / remove-update-check.patch
blob316d2855b1f4532c5308449b8c17633bf0783c4f
1 --- a/linodecli/cli.py
2 +++ b/linodecli/cli.py
3 @@ -555,7 +555,7 @@
4 if self.debug_request:
5 self.print_response_debug_info(result)
7 - if not self.suppress_warnings:
8 + if False:
9 # check the major/minor version API reported against what we were built
10 # with to see if an upgrade should be available
11 api_version_higher = False