mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 23:02:25 +02:00
python3-pytest: depend on python3-tomli instead of python3-toml
Since version 7.0.0 [1], pytest switched from the toml package to the tomli package for parsing pyproject.toml configuration files [2]. This change is not immediately noticable during tests, because the toml/tomli module is only important if a pyproject.toml is actually present in a project. [1] https://docs.pytest.org/en/latest/changelog.html#pytest-7-0-0rc1-2021-12-06 [2] https://github.com/pytest-dev/pytest/issues/8789 (From OE-Core rev: 04e31f0035ad29afc3cdcf9730cd76cd725b8a20) Signed-off-by: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3384c7fb3f
commit
36389ac010
@@ -26,7 +26,7 @@ RDEPENDS:${PN}:class-target += " \
|
||||
${PYTHON_PN}-py \
|
||||
${PYTHON_PN}-setuptools \
|
||||
${PYTHON_PN}-six \
|
||||
${PYTHON_PN}-toml \
|
||||
${PYTHON_PN}-tomli \
|
||||
${PYTHON_PN}-wcwidth \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user