diff options
author | yanxk <yanxk.fnst@fujitsu.com> | 2022-09-11 14:08:00 +0800 |
---|---|---|
committer | Xinkuan Yan <yanxk.fnst@fujitsu.com> | 2022-12-09 06:12:09 +0000 |
commit | 349797c2b1fb1c9180f21573dded08e2bf09c131 (patch) | |
tree | b9157345597d5c8864a66d647cdd50ec8a9f0b25 /meta-agl-test/recipes-tests/agl-test-framework | |
parent | 767f756814ce15379abe6f60c21e1a4ecc3db1c2 (diff) |
meta-agl-test: provide pytest-order for framework
pytest-order is now ready for the framework to use.
it is now migrated into agl-test-framework.
Bug-AGL: SPEC-4345
Signed-off-by: yanxk <yanxk.fnst@fujitsu.com>
Change-Id: If5dbd30be3227086200469b394f78cc5df745317
Diffstat (limited to 'meta-agl-test/recipes-tests/agl-test-framework')
-rw-r--r-- | meta-agl-test/recipes-tests/agl-test-framework/agl-test-framework.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl-test/recipes-tests/agl-test-framework/agl-test-framework.bb b/meta-agl-test/recipes-tests/agl-test-framework/agl-test-framework.bb index e253e2a5..3360e014 100644 --- a/meta-agl-test/recipes-tests/agl-test-framework/agl-test-framework.bb +++ b/meta-agl-test/recipes-tests/agl-test-framework/agl-test-framework.bb @@ -38,4 +38,5 @@ do_install:append() { RDEPENDS:${PN} += " \ python3-pytest \ python3-jinja2 \ + python3-pytest-order \ " |