Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928964 - dev-python/pdm-2.13.3 fails tests: FAILED test_project.py::test_project_packages_path - AssertionError: assert 3.12 == 3.10
Summary: dev-python/pdm-2.13.3 fails tests: FAILED test_project.py::test_project_packa...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-04-09 04:55 UTC by Agostino Sarubbo
Modified: 2024-04-09 19:36 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,160.04 KB, text/plain)
2024-04-09 04:55 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-04-09 04:55:36 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/pdm-2.13.3 fails tests.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-04-09 04:55:38 UTC
Created attachment 889969 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-04-09 04:55:39 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


E           AssertionError: assert '3.12' == '3.10'
FAILED tests/test_project.py::test_project_packages_path - AssertionError: assert '3.12' == '3.10'
tests/test_project.py::test_project_packages_path FAILED              [651/803]
Comment 3 Larry the Git Cow gentoo-dev 2024-04-09 16:01:25 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=390b9fcb4ebfa73741cb541d7b69b9ce3ac7c3f9

commit 390b9fcb4ebfa73741cb541d7b69b9ce3ac7c3f9
Author:     Patrick McLean <chutzpah@gentoo.org>
AuthorDate: 2024-04-09 16:00:59 +0000
Commit:     Patrick McLean <chutzpah@gentoo.org>
CommitDate: 2024-04-09 16:00:59 +0000

    dev-python/pdm: Skip test that fails in tinderbox (bug #928964)
    
    Closes: https://bugs.gentoo.org/928964
    Signed-off-by: Patrick McLean <chutzpah@gentoo.org>

 dev-python/pdm/pdm-2.13.3.ebuild | 2 ++
 1 file changed, 2 insertions(+)
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-04-09 19:36:03 UTC
The test is already deselected in `[[ ${EPYTHON} != python3.10 ]]` branch, so it's now excluded twice.  Also, the comment suggests that you've put no effort in trying to understand why it is failing.