diff options
author | Trevor Gamblin <tgamblin@baylibre.com> | 2023-10-13 13:30:10 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-10-13 13:23:50 -0700 |
commit | d59f6c752927f7846dc11c4aa00a2d0c9860e75c (patch) | |
tree | 8bafd35396f7781ca642e9672d4a66420399df55 /meta-python/conf/include | |
parent | d61bc9351aa6b754e83ed078f80c6a17271a23fd (diff) | |
download | meta-openembedded-d59f6c752927f7846dc11c4aa00a2d0c9860e75c.tar.gz |
meta-python: update ptests status for py-cpuinfo, pytest-mock
Move python3-py-cpuinfo and python3-pytest-mock into the FAST ptests
list since their failing ptests are being disabled.
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/conf/include')
-rw-r--r-- | meta-python/conf/include/ptest-packagelists-meta-python.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc index c4a752ae61..043d4a1358 100644 --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc | |||
@@ -29,9 +29,11 @@ PTESTS_FAST_META_PYTHON = "\ | |||
29 | python3-prettytable \ | 29 | python3-prettytable \ |
30 | python3-pylint \ | 30 | python3-pylint \ |
31 | python3-ptyprocess \ | 31 | python3-ptyprocess \ |
32 | python3-py-cpuinfo \ | ||
32 | python3-pyasn1-modules \ | 33 | python3-pyasn1-modules \ |
33 | python3-pyroute2 \ | 34 | python3-pyroute2 \ |
34 | python3-pyserial \ | 35 | python3-pyserial \ |
36 | python3-pytest-mock \ | ||
35 | python3-pytoml \ | 37 | python3-pytoml \ |
36 | python3-requests-file \ | 38 | python3-requests-file \ |
37 | python3-requests-toolbelt \ | 39 | python3-requests-toolbelt \ |
@@ -70,9 +72,7 @@ PTESTS_PROBLEMS_META_PYTHON ="\ | |||
70 | python3-parse \ | 72 | python3-parse \ |
71 | python3-pillow \ | 73 | python3-pillow \ |
72 | python3-pint \ | 74 | python3-pint \ |
73 | python3-py-cpuinfo \ | ||
74 | python3-pytest-lazy-fixture \ | 75 | python3-pytest-lazy-fixture \ |
75 | python3-pytest-mock \ | ||
76 | python3-pyzmq \ | 76 | python3-pyzmq \ |
77 | python3-scrypt \ | 77 | python3-scrypt \ |
78 | python3-service-identity \ | 78 | python3-service-identity \ |