Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 676638 - dev-python/setuptools-40.6.3 fails tests
Summary: dev-python/setuptools-40.6.3 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: 676562
  Show dependency tree
 
Reported: 2019-01-28 15:07 UTC by ernsteiswuerfel
Modified: 2019-01-29 00:47 UTC (History)
0 users

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


Attachments
build.log (setuptools-40.6.3:20190128-150411.log,34.51 KB, text/x-log)
2019-01-28 15:07 UTC, ernsteiswuerfel
Details
emerge --info (file_676638.txt,5.69 KB, text/plain)
2019-01-28 15:07 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2019-01-28 15:07:06 UTC
Created attachment 563062 [details]
build.log

>>> Test phase: dev-python/setuptools-40.6.3
 * python2_7: running distutils-r1_run_phase python_test
========================================= test session starts ==========================================
platform linux2 -- Python 2.7.15, pytest-3.4.2, py-1.5.4, pluggy-0.5.2 -- /usr/bin/python2.7
cachedir: .pytest_cache
rootdir: /var/tmp/portage/dev-python/setuptools-40.6.3/work/setuptools-40.6.3-python2_7, inifile: pytest.ini
plugins: virtualenv-1.2.11, shutil-1.2.11, backports.unittest-mock-1.3
collecting ... collected 366 items / 2 errors / 2 skipped

======================================= short test summary info ========================================
SKIP [2] /var/tmp/portage/dev-python/setuptools-40.6.3/work/setuptools-40.6.3-python2_7/setuptools/tests/test_msvc.py:18: could not import 'distutils.msvc9compiler'
================================================ ERRORS ================================================
_________________________ ERROR collecting setuptools/tests/test_build_meta.py _________________________
setuptools/tests/test_build_meta.py:18: in <module>
    from concurrent import futures
E   ImportError: No module named concurrent
_________________________ ERROR collecting setuptools/tests/test_build_meta.py _________________________
ImportError while importing test module '/var/tmp/portage/dev-python/setuptools-40.6.3/work/setuptools-40.6.3-python2_7/setuptools/tests/test_build_meta.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
setuptools/tests/test_build_meta.py:18: in <module>
    from concurrent import futures
E   ImportError: No module named concurrent
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
================================== 2 skipped, 2 error in 1.75 seconds ==================================
Comment 1 ernsteiswuerfel archtester 2019-01-28 15:07:42 UTC
Created attachment 563064 [details]
emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2019-01-29 00:47:41 UTC
The bug has been closed via the following commit(s):

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

commit b0a84f6541d5bcd9efe0d62bde44874fdd97a49e
Author:     Virgil Dupras <vdupras@gentoo.org>
AuthorDate: 2019-01-29 00:47:20 +0000
Commit:     Virgil Dupras <vdupras@gentoo.org>
CommitDate: 2019-01-29 00:47:20 +0000

    dev-python/setuptools: add missing test dep
    
    Closes: https://bugs.gentoo.org/676638
    Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/setuptools/setuptools-40.6.3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)