diff options
| author | Tim Orling <ticotimo@gmail.com> | 2024-02-16 08:15:56 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-17 18:19:19 +0000 |
| commit | 3b9dbfb5c6f9b51c747720d83ea8cb55e0615688 (patch) | |
| tree | ea6a0117cdabd710f7eb351da3430c76c3b97d3e /meta/recipes-devtools/python/python3-attrs_23.2.0.bb | |
| parent | 327930552e77518fa1610dec3f81b89eb92a329d (diff) | |
| download | poky-3b9dbfb5c6f9b51c747720d83ea8cb55e0615688.tar.gz | |
python3-attrs: skip test failing with pytest-8
tests/test_funcs.py test_unknown test case is failing with
pytest 8. Skip it for now until upstream has a fix.
https://github.com/python-attrs/attrs/issues/1233
(From OE-Core rev: 5af87eda524bb0affe207c006f67b4191f6ce746)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-attrs_23.2.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-attrs_23.2.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-attrs_23.2.0.bb b/meta/recipes-devtools/python/python3-attrs_23.2.0.bb index 7b6a6bd94c..cdd78c2bd9 100644 --- a/meta/recipes-devtools/python/python3-attrs_23.2.0.bb +++ b/meta/recipes-devtools/python/python3-attrs_23.2.0.bb | |||
| @@ -8,6 +8,7 @@ SRC_URI[sha256sum] = "935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19 | |||
| 8 | inherit pypi ptest python_hatchling | 8 | inherit pypi ptest python_hatchling |
| 9 | 9 | ||
| 10 | SRC_URI += " \ | 10 | SRC_URI += " \ |
| 11 | file://0001-test_funcs-skip-test_unknown-for-pytest-8.patch \ | ||
| 11 | file://run-ptest \ | 12 | file://run-ptest \ |
| 12 | " | 13 | " |
| 13 | 14 | ||
