mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-typer: Disable test_rich_markup_mode tests
They fail for OE, see
2cfd641d86
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
e87e51da49
commit
a672d51b15
|
|
@ -3,4 +3,5 @@
|
|||
# Ignore the test_tutorial and test_completion.
|
||||
# Because it needs the docs_src package what is not in Yocto.
|
||||
# And the tests are not that useful for Yocto.
|
||||
pytest --automake --ignore tests/test_tutorial --ignore tests/test_completion
|
||||
# for test_rich_markup_mode.py see https://github.com/fastapi/typer/pull/859/files/2cfd641d86a591a0d8582dec9292c03e6322a21a
|
||||
pytest --automake --ignore tests/test_tutorial --ignore tests/test_completion --deselect tests/test_rich_markup_mode.py::test_rich_markup_mode_rich
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user