Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 729278 - dev-python/mypy fails tests
Summary: dev-python/mypy fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mike Auty (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-23 09:17 UTC by Agostino Sarubbo
Modified: 2023-10-06 00:42 UTC (History)
0 users

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


Attachments
build.log (build.log,289.33 KB, text/plain)
2020-06-23 09:17 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-06-23 09:17:11 UTC
@@This is an auto-filed bug@@
If you think that a different summary clarifies the issue better, feel free to change it.

Issue: dev-python/mypy fails tests.
Discovered on: amd64

NOTE:
If you need further logs, feel free to ask.
Comment 1 Agostino Sarubbo gentoo-dev 2020-06-23 09:17:16 UTC
Created attachment 645830 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2020-06-23 10:24:37 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3381911863a2298fa64d78bb13d27e51b4b6cb89

commit 3381911863a2298fa64d78bb13d27e51b4b6cb89
Author:     Mike Auty <ikelos@gentoo.org>
AuthorDate: 2020-06-23 10:21:52 +0000
Commit:     Mike Auty <ikelos@gentoo.org>
CommitDate: 2020-06-23 10:24:15 +0000

    dev-python/mypy: Ensure all test-requirements are met
    
    Closes: https://bugs.gentoo.org/729278
    Signed-off-by: Mike Auty <ikelos@gentoo.org>

 dev-python/mypy/mypy-0.781.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
Comment 3 Larry the Git Cow gentoo-dev 2023-10-06 00:42:44 UTC
The bug has been referenced in the following commit(s):

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

commit a67f53f8cb4e50d9a20c4ab6112f61f371d10ae3
Author:     Eli Schwartz <eschwartz93@gmail.com>
AuthorDate: 2023-10-05 21:43:31 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-10-06 00:41:59 +0000

    dev-python/mypy: remove outdated test dependencies
    
    - virtualenv was dropped alongside python2 support in upstream commit
      ed5a2a00cb2e30349614d9b5328f709c367ff1c2
    
    - six was dropped in upstream commit
      a9f8df7cda032f637946bb2ea7a60f790f81350f
    
    As far as I can tell, py was never used. It was added in
    https://bugs.gentoo.org/729278 but 'py' used to be an internal pytest
    component and is currently only used by pytest-forked, which depends on
    it correctly, so it is not clear why mypy should care.
    
    [sam: add Bug tag for completeness.]
    
    Bug: https://bugs.gentoo.org/729278
    Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-python/mypy/mypy-1.5.1.ebuild | 3 ---
 1 file changed, 3 deletions(-)