Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 791142 - dev-python/pyls-black-0.4.6-r1 fails tests
Summary: dev-python/pyls-black-0.4.6-r1 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: Andrew Nowa Ammerlaan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-19 20:11 UTC by Agostino Sarubbo
Modified: 2021-05-19 21:25 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,48.54 KB, text/plain)
2021-05-19 20:11 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 2021-05-19 20:11:02 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/pyls-black-0.4.6-r1 fails tests.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-05-19 20:11:05 UTC
Created attachment 709926 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2021-05-19 21:07:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3175ac1d07288e8633e035c908e234a72d4189d5

commit 3175ac1d07288e8633e035c908e234a72d4189d5
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2021-05-19 21:06:38 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2021-05-19 21:07:18 +0000

    dev-python/pyls-black: restrict to <black-21
    
    Until https://github.com/rupert/pyls-black/issues/36 is fixed
    
    Closes: https://bugs.gentoo.org/791142
    Package-Manager: Portage-3.0.18, Repoman-3.0.3
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 dev-python/pyls-black/pyls-black-0.4.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-05-19 21:08:45 UTC
(Can this affect users at runtime? If so, revbump to enforce the dep)
Comment 4 Andrew Nowa Ammerlaan gentoo-dev 2021-05-19 21:25:42 UTC
(In reply to Sam James from comment #3)
> (Can this affect users at runtime? If so, revbump to enforce the dep)

I'm quite sure it doesn't, considering that the problematic import (PY36_VERSIONS) has been moved into tests/ in black upstream it does not appear to be related to runtime at all.