Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 524442 - app-portage/layman-2.2.0 missing files for test phase
Summary: app-portage/layman-2.2.0 missing files for test phase
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Devan Franchini (RETIRED)
URL:
Whiteboard:
Keywords: InOverlay, InVCS
Depends on:
Blocks:
 
Reported: 2014-10-04 10:50 UTC by Patrick Lauer
Modified: 2014-10-18 03:41 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2014-10-04 10:50:46 UTC
>>> Source compiled.
>>> Test phase: app-portage/layman-2.2.0
 * python3_3: running distutils-r1_run_phase python_test
 * python2_7: running distutils-r1_run_phase python_test
Traceback (most recent call last):
  File "layman/tests/dtest.py", line 60, in <module>
    import layman.overlays.tar       #CT
ImportError: No module named 'layman.overlays.tar'
 * ERROR: app-portage/layman-2.2.0::gentoo failed (test phase):
 *   test suite 'layman/tests/dtest.py' failed
Comment 1 Devan Franchini (RETIRED) gentoo-dev 2014-10-18 03:08:23 UTC
It was a bad import, I should've changed it to another location. Although now it really doesn't matter since doctest has been migrated to a test suite not too long ago, that's where all the testing is done now.

All remnants of doctest have been removed in a commit in the VCS, I will make a patch from the commit and revbump the 2.2.0 ebuild to apply the patch.
Comment 2 Devan Franchini (RETIRED) gentoo-dev 2014-10-18 03:41:33 UTC
Ebuild is in the tree, I'll be marking the bug as resolved.