summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-py-cpuinfo/0001-test_cli.py-disable.patch
Commit message (Collapse)AuthorAgeFilesLines
* python3-py-cpuinfo: disable broken ptestsTrevor Gamblin2023-10-171-0/+32
There are a handful of CLI-related ptests that consistently fail with an apparent permissions issue, but making the .../site-packages/cpuinfo/cpuinfo.py script executable does not seem to fix the problem. Skip these tests for now, and make sure that the right /usr/bin/env line is present in py-cpuinfo's scripts on the image. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e0abbc52802d36cbd6e5c15c38d6649a822e6450) Signed-off-by: Armin Kuster <akuster808@gmail.com>