| Message ID | 20260303065640.2541884-15-hongxu.jia@windriver.com |
|---|---|
| State | New |
| Headers | show |
| Series | [01/19] btrfs-tools: upgrade 6.17.1 -> 6.19 | expand |
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/15-19-python3-testtools-upgrade-2.8.2---2.8.3.patch FAIL: test commit message user tags: Mbox includes one or more GitHub-style username tags. Ensure that any "@" symbols are stripped out of usernames (test_mbox.TestMbox.test_commit_message_user_tags) PASS: test Signed-off-by presence (test_mbox.TestMbox.test_signed_off_by_presence) PASS: test author valid (test_mbox.TestMbox.test_author_valid) PASS: test commit message presence (test_mbox.TestMbox.test_commit_message_presence) PASS: test mbox format (test_mbox.TestMbox.test_mbox_format) PASS: test non-AUH upgrade (test_mbox.TestMbox.test_non_auh_upgrade) PASS: test shortlog format (test_mbox.TestMbox.test_shortlog_format) PASS: test shortlog length (test_mbox.TestMbox.test_shortlog_length) PASS: test target mailing list (test_mbox.TestMbox.test_target_mailing_list) SKIP: pretest pylint: No python related patches, skipping test (test_python_pylint.PyLint.pretest_pylint) SKIP: test CVE tag format: No new CVE patches introduced (test_patch.TestPatch.test_cve_tag_format) SKIP: test Signed-off-by presence: No new CVE patches introduced (test_patch.TestPatch.test_signed_off_by_presence) SKIP: test Upstream-Status presence: No new CVE patches introduced (test_patch.TestPatch.test_upstream_status_presence_format) SKIP: test bugzilla entry format: No bug ID found (test_mbox.TestMbox.test_bugzilla_entry_format) SKIP: test pylint: No python related patches, skipping test (test_python_pylint.PyLint.test_pylint) SKIP: test series merge on head: Merge test is disabled for now (test_mbox.TestMbox.test_series_merge_on_head) --- Please address the issues identified and submit a new revision of the patch, or alternatively, reply to this email with an explanation of why the patch should be accepted. If you believe these results are due to an error in patchtest, please submit a bug at https://bugzilla.yoctoproject.org/ (use the 'Patchtest' category under 'Yocto Project Subprojects'). For more information on specific failures, see: https://wiki.yoctoproject.org/wiki/Patchtest. Thank you!
diff --git a/meta/recipes-devtools/python/python3-testtools_2.8.2.bb b/meta/recipes-devtools/python/python3-testtools_2.8.3.bb similarity index 84% rename from meta/recipes-devtools/python/python3-testtools_2.8.2.bb rename to meta/recipes-devtools/python/python3-testtools_2.8.3.bb index c51fac2242..2ac8759784 100644 --- a/meta/recipes-devtools/python/python3-testtools_2.8.2.bb +++ b/meta/recipes-devtools/python/python3-testtools_2.8.3.bb @@ -8,7 +8,7 @@ DEPENDS += "python3-hatch-vcs-native" inherit pypi python_hatchling -SRC_URI[sha256sum] = "b5c73332456ff54152062d47a58bc4f15f8e23514afec4e84775af124fb7db43" +SRC_URI[sha256sum] = "3b54b543a7583a35f65538b1d36a327fc34943a26bb839bcbe4b2c5e085aa939" RDEPENDS:${PN} += "\ python3-compression \
What's Changed [1] - Support binary contents in FileContains matcher by @jelmer in #553 - Be more lenient to stream=None being passed into TestResult classes by @jelmer in #554 - Support async setUp/tearDown validation with Deferreds by @jelmer in #552 - Bump ruff from 0.14.9 to 0.14.10 by @dependabot[bot] in #555 - Add more typing, reduce size of testtools.compat by @jelmer in #556 - Bump ruff from 0.14.10 to 0.14.11 by @dependabot[bot] in #558 - Add more typing by @jelmer in #559 - Finish typing by @jelmer in #561 [1] https://github.com/testing-cabal/testtools/releases/tag/2.8.3 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> --- .../{python3-testtools_2.8.2.bb => python3-testtools_2.8.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-testtools_2.8.2.bb => python3-testtools_2.8.3.bb} (84%)