]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oeqa/concurrencytest: Remove invalid buffering option
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Oct 2023 23:14:20 +0000 (00:14 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Oct 2023 20:08:54 +0000 (21:08 +0100)
commit6b872ee72942951fd464c4c6cb9eadcb9b4749c1
tree4fc2655c147930e1cf8276db64ad5046cd2007ee
parentdd8f47a9c4407741575e9264f7c44e4623f606e0
oeqa/concurrencytest: Remove invalid buffering option

Fix warnings from oe-selftest -j:

/usr/lib/python3.10/os.py:1030: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used
  return io.open(fd, mode, buffering, encoding, *args, **kwargs)

Remove the option since it clearly doesn't do much.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/core/utils/concurrencytest.py