summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-02-11 08:27:47 -0800
committerKhem Raj <raj.khem@gmail.com>2025-02-12 09:16:09 -0800
commit7aa6bbb1e148afefb3969671bb3cf5a9277fa79a (patch)
tree21ab06719118f3133c743d7b77e7ce424d7c7da7
parent01a52551ba205ce112e55bf3ff66516b77fac0ca (diff)
downloadmeta-openembedded-7aa6bbb1e148afefb3969671bb3cf5a9277fa79a.tar.gz
python3-typer: Ignore failing ptests
They call terminalreporter API from pytest which are not working since they are not external APIs, pytest is not at fault here Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-typer/run-ptest9
1 files changed, 8 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 94b6c0fc22..526825aadf 100644
--- a/meta-python/recipes-devtools/python/python3-typer/run-ptest
+++ b/meta-python/recipes-devtools/python/python3-typer/run-ptest
@@ -4,4 +4,11 @@
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# for test_rich_markup_mode.py see https://github.com/fastapi/typer/pull/859/files/2cfd641d86a591a0d8582dec9292c03e6322a21a 6# for test_rich_markup_mode.py see https://github.com/fastapi/typer/pull/859/files/2cfd641d86a591a0d8582dec9292c03e6322a21a
7pytest --automake --ignore tests/test_tutorial --ignore tests/test_completion --deselect tests/test_rich_markup_mode.py::test_rich_markup_mode_rich 7pytest --automake --ignore tests/test_tutorial --ignore tests/test_completion \
8 --deselect tests/test_cli/test_completion_run.py::test_script_completion_run \
9 --deselect tests/test_cli/test_doc.py::test_doc_html_output \
10 --deselect tests/test_cli/test_sub_completion.py::test_script_completion_run \
11 --deselect tests/test_others.py::test_completion_argument \
12 --deselect tests/test_others.py::test_completion_untyped_parameters \
13 --deselect tests/test_others.py::test_completion_untyped_parameters_different_order_correct_names \
14 --deselect tests/test_rich_markup_mode.py::test_rich_markup_mode_rich