diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-09-24 06:11:44 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-26 06:58:28 -0700 |
commit | a672d51b15d5180b9b8b0dcd466bf4efc2492511 (patch) | |
tree | c961ceb195b7a775a7b73141816c1eba72b76037 /meta-python | |
parent | e87e51da49fe121be8f6dd4cec3263a345f2f876 (diff) | |
download | meta-openembedded-a672d51b15d5180b9b8b0dcd466bf4efc2492511.tar.gz |
python3-typer: Disable test_rich_markup_mode tests
They fail for OE, see
https://github.com/fastapi/typer/pull/859/files/2cfd641d86a591a0d8582dec9292c03e6322a21a
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-typer/run-ptest | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-typer/run-ptest b/meta-python/recipes-devtools/python/python3-typer/run-ptest index 94b40789b1..94b6c0fc22 100644 --- a/meta-python/recipes-devtools/python/python3-typer/run-ptest +++ b/meta-python/recipes-devtools/python/python3-typer/run-ptest | |||
@@ -3,4 +3,5 @@ | |||
3 | # Ignore the test_tutorial and test_completion. | 3 | # Ignore the test_tutorial and test_completion. |
4 | # Because it needs the docs_src package what is not in Yocto. | 4 | # Because it needs the docs_src package what is not in Yocto. |
5 | # And the tests are not that useful for Yocto. | 5 | # And the tests are not that useful for Yocto. |
6 | pytest --automake --ignore tests/test_tutorial --ignore tests/test_completion | 6 | # for test_rich_markup_mode.py see https://github.com/fastapi/typer/pull/859/files/2cfd641d86a591a0d8582dec9292c03e6322a21a |
7 | pytest --automake --ignore tests/test_tutorial --ignore tests/test_completion --deselect tests/test_rich_markup_mode.py::test_rich_markup_mode_rich | ||