Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 733728 - dev-util/buildbot fails tests
Summary: dev-util/buildbot fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Brian Dolbec
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-24 05:54 UTC by Agostino Sarubbo
Modified: 2020-07-24 21:15 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,114.09 KB, text/plain)
2020-07-24 05:54 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 2020-07-24 05:54:13 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/buildbot fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2020-07-24 05:54:23 UTC
Created attachment 650432 [details]
build.log

build log and emerge --info
Comment 2 Brian Dolbec (RETIRED) gentoo-dev 2020-07-24 06:50:36 UTC
It is dev-python/moto-1.3.14-r2 that is pulling in that restriction.  The ebuild is not listing the upper limit. Just the lower limit.

Current HEAD has the limit raised to <3

Installed moto site-packages egg-info has listed:

idna<2.9,>=2.5
Comment 3 Larry the Git Cow gentoo-dev 2020-07-24 21:15:35 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b58be87e36d805c68c2f35371e3e85830720c8d

commit 4b58be87e36d805c68c2f35371e3e85830720c8d
Author:     Brian Dolbec <dolsen@gentoo.org>
AuthorDate: 2020-07-24 21:00:29 +0000
Commit:     Brian Dolbec <dolsen@gentoo.org>
CommitDate: 2020-07-24 21:15:23 +0000

    dev-python/moto: Fix idna dep requirement bug 733728
    
    installed requires.txt was limiting the idna dep outside of the ebuild
    DEPEND.  Remove the upper limit and tested with idna-2.10  OK.
    Fixes a test failure bug in dev-util/buildbot.
    
    Closes: https://bugs.gentoo.org/733728
    Package-Manager: Portage-3.0.0, Repoman-2.3.23
    Signed-off-by: Brian Dolbec <dolsen@gentoo.org>

 dev-python/moto/{moto-1.3.14-r2.ebuild => moto-1.3.14-r3.ebuild} | 3 +++
 1 file changed, 3 insertions(+)